Class Inheritance
Students will...
- be able to describe what class inheritance means.
- be able to write the syntax to establish one class as a subclass of another class.
- know the meaning of the terms subclass, superclass, parent class, child class, base class, derived class.
- be able to write code to call the super class constructor in a subclass constructor.
- understand the benefits of creating a class hierarchy to avoid duplication of code.