what do you meant by Runtime Polymorphism?

Answers were Sorted based on User's Feedback



what do you meant by Runtime Polymorphism?..

Answer / sitaram

The object is binded at the time of run-time is called
runtime Polymorphism.

Is This Answer Correct ?    0 Yes 0 No

what do you meant by Runtime Polymorphism?..

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

what do you meant by Runtime Polymorphism?..

Answer / suraj naik

Method body and Method linking happens at runtime is called
rumtime polymorphism

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More Core Java Interview Questions

What is the default value of float and double datatype in java?

0 Answers  


What is return used for in java?

0 Answers  


is it possible to add a object in a HASHMAP

6 Answers   HCL,


What is the difference between inner class and nested class?

0 Answers  


What is Hash Code in Java?

6 Answers   Cognizant,






what modifiers are used with top-level class?

2 Answers  


Can an anonymous class be declared as implementing an interface and extending a class in java programming?

0 Answers  


What is data type in computer?

0 Answers  


What is the use of beaninfo?

0 Answers  


What is the major drawback of internal iteration over external iteration?

0 Answers  


Can a singleton class be inherited?

0 Answers  


What is the difference between interface & abstract class?

0 Answers  


Categories