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 do you make a thread in java?
Does constructor be static?
Can an unreferenced object be referenced again?
What is executor memory?
Which collection is sorted in java?
Why are the destructors for base class and derived class called in reverse order when the program exits
What is polymorphism java example?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What is difference between final and finally in java?
What is java and its types?
What is fundamental datatype?
What data type is true or false?
What is mean by collections in java?
How do you add an element to an arraylist in java?
Explain jdk, jre and jvm?