Hey, hello.
I've just been taking the Whizlabs free mock exam. There's one snippet I can't explain ...
I supposed it would output:
Super
Base
Derived
Well actually it does not...
At compile time b1 is known as a SuperBase, but the instance method that is called at runtime is a Base instance... so... why does it output SuperBase?
That being said, I don't understand why the third line is "Base". Same problem I suppose.
Any help welcome ... thanks

[ October 24, 2007: Message edited by: Jem Hobstad ]