Defining classes
We define the class itself:
class Foo {
public:
// interface
private:
// implementation
};
We then define the functions that constitute the implementation
access labels
Previous slide
Next slide
Back to first slide
View graphic version