what do you meant by Runtime Polymorphism?
Answer Posted / 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 |
Post New Answer View All Answers
What is reverse function?
What is constructor and virtual function? Can we call a virtual function in a constructor?
What isan abstract class and when do you use it?
Why deletion in linkedlist is fast than arraylist?
What is callablestatement? How you can call stored procedure to pass in parameter?
What are passing parameters?
Explain features of interfaces in java?
What is the significance of listiterator?
What is data and its types?
Difference between operator overloading and function overloading
Define immutable object?
What is the purpose of methodology?
What is the driver class?
Does java runtime require a license?
What is difference between c++ and java ?