Term
|
Definition
| The top position in all hierarchy trees |
|
|
Term
|
Definition
| Deriving a new class using the properties and behavior of an existing class |
|
|
Term
|
Definition
| keyword used in subclasses |
|
|
Term
|
Definition
| enables a subclass to invoke a constructor in the parent class |
|
|
Term
|
Definition
| keyword that means no code is written in that method |
|
|
Term
|
Definition
| specify what conditions should be true before a method is called |
|
|
Term
|
Definition
| when more than one pointer points to the same object |
|
|
Term
| Dynamic binding/Late binding |
|
Definition
| the making of a run-time decision as to witch method in a hierarchy should be called |
|
|
Term
| Static Binding/ Early Binding |
|
Definition
| choosing which overloaded method should be called at compile-time by comparing method signatures |
|
|