Swabhav Interview Question

What is runtime polymorphism? How it is achieved?

Interview Answer

Anonymous

Oct 4, 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