posted 18 years ago
Hi All,
Thanks for this wonderful forum...Its been so helpful to me, I have finally got the nerve to join it!!!
I found this program in a mock exam. Could someone please help me in understanding this logic...
I'm getting compiler error saying amethod is ambiguous in Parent & Child class. But if I swap the method types, ie., long in Parent & int in Child, then it executes fine & amethod in Child gets called. Why is this happening?