Question: This week's homework will be a C++ warm-up to help you get back into writing C++ code. Use any algorithm that you like for your

This week's homework will be a C++ warm-up to help you get back into writing C++ code. Use any algorithm that you like for your warm-up program. Your program shall use the following as a minimum: 1. A main function that utilizes minimum code to drive the program. Coding details shall be in appropriately-implemented classes. 2. At least three class modules, one abstract base class and two associated derived classes. 3. At least one example of an overloaded constructor. 4. At least one polymorphic method. 5. At least one pointer and one reference 6. Demonstrate correct use of public, private and protected keywords Make sure you submit all assignments as a single word document with your code and output screenshots
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
