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 |
Why is a singleton bad?
What's the difference between comparison done by equals method and == operator?
What is a function in java?
When should you make a function static?
Explain about varargs in java?
please send me hr interview questions in it industry
What is meant by 'bit masking' in java?
Write a java program to check if a number is prime or not?
Explain method overloading and overriding?
Can we make the abstract methods static in java?
What is a condition in java?
Why does java not support operator overloading?