In Lab 13

April 13, 2004

Today's Lab is on Inheritance

Time will check you off at the end of the lab time.

You will create the classes for the hierarchy below:

Each class should contain:

Each class should have appropriate constructors, set methods, and get methods.
Write a program that instantiates objects of each of these classes and outputs all the information associated with each object (including inherited information).

Your BlueJ UML diagram should look something like this when your program is complete.

Things you should add while you have time