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 |
Can we clone singleton class in java?
In a class implementing an interface, can we change the value of any variable defined in the interface?
In Inheritance if we are implementing Multi level inheritance and all class having same name of variable and now i want to access each class variable and how it is possible?
What is a 16 bit word?
How do you end a program?
what is language and it responsibilities
What is string made of?
What is the size of a string in java?
What is the diffrence between inner class and nested class?
Is Java Platform Independent if then how?
How to run a JAR file through command prompt?
How does multithreading take place on a computer with a single cpu?