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 |
How many Java environments are there?
1 Answers Phantom Technologies,
why operator overloading is removed in java?
wHAT IS DEFAULT SPECIFIER IN JAVA wHAT IS DEFAULT CONSTRUCTOR IN JAVA wHAT IS DEFAULT METHOD IN JAVA
What is the purpose of main function in java?
what is the diffrences between platform independent and portable
What does java stand for?
Explain what access modifiers can be used for methods?
Explain a situation where finally block will not be executed?
How is hashset defined in java?
Is empty set an element of empty set?
What is string intern in java?
What is the difference between char and char *?