Run time binding – JAVA

When we have same name of methods in super and derived class, the method in the super class gets overridden by the method in derived class at the run time, …