what do you meant by Runtime Polymorphism?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / suraj naik
Method body and Method linking happens at runtime is called
rumtime polymorphism
Is This Answer Correct ? | 0 Yes | 6 No |
What is the default value of float and double datatype in java?
What is return used for in java?
is it possible to add a object in a HASHMAP
What is the difference between inner class and nested class?
What is Hash Code in Java?
what modifiers are used with top-level class?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
What is data type in computer?
What is the use of beaninfo?
What is the major drawback of internal iteration over external iteration?
Can a singleton class be inherited?
What is the difference between interface & abstract class?