naveen yadav wrote:
apart from that what can be compile time polymorphic ?
Henry Wong wrote:
I think you also need to define "what is compile time polymorphism"?
Henry
naveen yadav wrote:
Henry Wong wrote:
I think you also need to define "what is compile time polymorphism"?
Henry
i meant to say that what are "other thing" in java which shows polymorphic nature at compile time ?
naveen yadav wrote:things get more clear https://coderanch.com/t/412204/java/java/Polymorphism-applies-overriding-not-overloading
thank you all.
Chandraprakash Sarathe
http://javaved.blogspot.com
Chandraprakash Sarathe wrote:Method overloading is compile time polymorphism , also operator overloading is compile time polymorphism.
Aren't you mixing compile time polymorphism with compile time behaviour of Java?