Why Over riding is Run Time Polymorphism?
Answer Posted / mani
Overriding method resolution always take care by JVM based
on runtime object. Hence overriding is consider as runtime
or dynamic orlatebinding.
Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
How to check if a list is sorted in java?
Can anonymous class have constructor?
Difference between final and effectively final ?
What is the purpose of the main method?
What is a singleton class in Java?
What is lambda programming?
What does it mean to be immutable?
What is classes in java?
Is hashset ordered?
What are the advantages of compiled language?
What is method in java ?
What is the nested interface?
Does .length start 0 java?
Can we overload the constructors?
Why is singleton class used?