previous |
start |
next
Inheritance and Methods
- Override method: Supply a different implementation of a method
that exists in the superclass
- Inherit method: Don't supply a new implementation of a method
that exists in the superclass
- Add method: Supply a new method that doesn't exist in the
superclass
previous |
start |
next