Lecture 9 Objectives
Today's lecture is a review of class hierarchy design. Now is the time to find the answers to any lingering questions you might have about
- interfaces
- abstract classes
- (concrete) classes
- super class/sub class and inheritance
- overloading
- overriding
- defining constructors (particularly, use of the super constructor)