Frage im Vorstellungsgespräch bei Swabhav

What is runtime polymorphism? How it is achieved?

Antwort im Vorstellungsgespräch

Anonym

4. Okt. 2024

Runtime polymorphism is about method overriding. It is not superclass reference that decides which version of overridden method is called rather it type of subclass object to which that reference is referring at runtime