What is runtime polymorphism? How it is achieved?
Anonymous
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
Check out your Company Bowl for anonymous work chats.