What is runtime polymorphism? How it is achieved?
Anónimo
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