Question: C++ .... Your client code is shown below. You must use it to test your Bag class by instantiating a Bag object (see 'grabBag' below)
C++ .... Your client code is shown below. You must use it to test your Bag class by instantiating a Bag object (see 'grabBag' below) and demonstrating how it's add() and display() member functions work... Write the class definition functions for the add and display

int main() { Bag grabBag; string item; // TEST add() cout > item; while (item-quit") { grabBag.add(item) cout > item; grabBag.display()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
