First page Back Continue Last page Graphics
Method Binding
& Overriding
We can handle exceptions to a general rule of inheritance by decreeing that information conatined in a subclass can override information inherited from a parent class.
This normally takes the form of a method in a subclass having the same name as a method in the parent class.