Dynamic method dispatching – JAVA

When we store the instance of derived class in the reference variable of super class, the call which was supposed to refer to the method of super class dispatches dynamically …