previous |
start |
next
Chapter Goals
- To understand how to inherit and override superclass
methods
- To be able to invoke superclass constructors
- To learn about protected and package access control
- To understand the common superclass Object and to
override its toString, equals, and clone
methods
previous |
start |
next