what do you meant by Runtime Polymorphism?
Answer Posted / sayali birari
Dynamic dispatch is a mechanism by which a call to Overridden function is resolved at runtime rather than at Compile time , and this is how Java implements Run time Polymorphism. In dynamic method dispatch,super class refers to subclass object and implements method overriding.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of parseint in java?
How to declare an arraylist in java?
What is a protected void?
What is the preferred size of a component in java programming?
What is a null class?
Does the order of public and static declaration matter in main method?
Is java jre still free?
Should database connections be singleton?
Explain aggregation in java?
What is a percentage sign called?
What is the Difference between Final Class && Abstract Class?
What are the actions that can occur when a thread enters blocked state?
What are the differences between throw and throws?
How do you break a loop?
How to create a custom exception?