The Bag’s Class Definition
After the documentation, the header file has the class definition that we’ve seen before:
Bag’s documentation
Bag’s class definition
Implementations of the
Bag’s member functions
class Bag
{
public:
Bag( );
void insert(...
void remove(...
...and so on
private:
};
Previous slide
Next slide
Back to first slide
View graphic version