Compile Time
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.
Sunday, 1 June 2008
by; Darius Pfitzner