Method overriding – JAVA

When we have same name of the method in super and derived class with matching arguments, the method in derived class override the corresponding method in the super class, this …