Inheritance allows us to overwrite the methods and data from the parent class. We could add new functionality in the child class for the same method.
In the example above we have overwritten the .send_email()
method to send email using Apple Mail when using iPhone.