what is dynamic or run time polymorphism in java?
- if the method execution is depend on JVM it is named Dynamic Polymorphism.
- Dynamic poly morphism can be achieved using method overriding.
- writting more than one method with same name and same signature in super class and sub class is known as method overriding