21.2 Polymorphic Variables - Dynamic Binding
Power lies with dynamic binding
A method invoked via polymorphic variable might execute the method of the dynamic type
If the type changes during execution, so might the method selected
prev
|
top
|
next