InheritanceMethod Overriding
A child class uses properties and methods of a parent class.A child class changes the method of a parent class.
To reuse code from the parent class.To modify the behavior of a parent method.