back
Inheritance and Derived Classes
Read the PowerPoint presentation in the C++ folder named "Inheritance"

Next, ask me for the code example.

Assignment Part One

Compile and execute the code sample. Call me for check off.

Assignment Part Two

Write a program of your own that includes the following:
  1. one base class with two member functions
  2. three derived classes
  3. At least 50 lines of code