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 are the advantages of packages in java?
What are the differences between abstract class and interface?
What are filterstreams?
why java does not support unsigned keyword?
What is mean by exception?
Can we override the private methods?
What does those terms actually mean included in the j.d.k i.6?
What is return used for in java?
How to make a non daemon thread as daemon?
Why is stringbuffer not immutable?
How do you find the maximum number from an array without comparing and sorting?
What is the use of toarray () in java?
How can we make a class virtual?
Is an array a vector?
what do you mean by java annotations?