Computer Science, asked by anuj, 1 year ago

What is Runtime Polymorphism?

Answers

Answered by Sushil4002
0
Dynamic (run time)polymorphism is thepolymorphism existed at run-time. Here, Java compiler does not understand which method is called at compilation time. Only JVM decides which method is called at run-time. Method overloading and method overriding using instance methods are the examples for dynamic polymorphism.
Similar questions