Superclasse
In this chapter we will use inheritance to design classes based on other classes.
Objectives¶
- Understand the reasons and rules for using the
superkeyword.
Topics¶
- Using a Superclass's Methods and Fields
- Constructors and Inheritance
- Rules for
super() - The
ObjectClass - Labs