Homework Help
October 11th, 2009
1) Create a new project which consists of at least two classes: a base class and a derived class. The code of your project should include
* a composite object
* an example of inheritance
* at least one virtual and at least one pure virtual function
* at least one overloaded function
* at least one example of pointers as covered this week in class
* at least one example of dynamic memory allocation as covered this week in class
2) Construct the main method so that it will test each and every member function of the parent and the child classes.



