Introduction to OOP | Chapter 16: Overriding : | next | previous | audio | real | text |
Overriding |
The type signatures are the same in both parent and child classes,
and the method is declared as virtual in the parent class. |
Shadowing |
The type signatures are the same in both parent and child classes,
|
Redefinition |
The type signature in the child class differs
|