 |
 |
 |
 |
 |
 |
 |
 |
Problem
|
|
|
• |
You have an array
(or other storage)
|
|
|
that may
contain mixtures of super
|
|
|
and sub
classes that may have
|
|
|
overridden
methods. How dose the
|
|
|
compiler know
what to compile given
|
|
what objects are
going to be stored
|
|
|
and thus know
which version of the
|
|
|
overridden
method/s to use.
|
|