Polymorphism Flashcards

1
Q

What is runtime polymorphism?

A

Runtime polymorphism or Dynamic Polymorphism is the polymorphism that occurs at runtime. It occurs when the JVM doesn’t know at compile time what method will be called at run time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly