Overriding
When we have a method in the child class and a method in the parent class, and they both have the same name. In this case, the method defined in the child would override the parent's version.
Overriding implements Runtime Polymorphism
When we have a method in the child class and a method in the parent class, and they both have the same name. In this case, the method defined in the child would override the parent's version.
Overriding implements Runtime Polymorphism