posted 15 years ago
Hi,
Just want to clarify something with Exception:
In this code a.eat() calls the eat method of Frog not Animal.
Then why does a.eat() gives a compile error that it should Handle/Declare?
Maybe there is a rule I'm missing . Hope you could help me.
Thanks in Advance!