The Bag’s Default Constructor
Places a bag in the initial state (an empty bag)
Bag::Bag( )
// Postcondition: The Bag has been initialized
// and it is now empty.
{
. . .
}
Previous slide
Next slide
Back to first slide
View graphic version