Page 1 of 1

Polymorphism

Posted: Sat Sep 12, 2015 9:43 pm
by lukenhung
Hello everyone,

I have little confuse that whether polymorphism apply to overload method or not ?
as K&B book http://www.amazon.com/Java-Programmer-S ... discuss-20 say it doesn't but
http://www.amazon.com/Certified-Profess ... discuss-20" say it does @@

Can anyone please tell me which one I should follow for the OCPJP ?

Thanks for your consideration,

Re: Polymorphism

Posted: Sat Sep 12, 2015 9:48 pm
by admin
Polymorphism doesn't apply to overloaded methods. Can't comment on what either of the books say.

Re: Polymorphism

Posted: Sat Sep 12, 2015 9:52 pm
by lukenhung
I got it,Thank you :)