/*If subclass (child class) has the same method as declared in the parent class, it is known as method overriding in Java. If the object of subclass is created and the overrided method is called, the ...