Python Inheritance

In Python, Inheritance method allows us to inheriting the properties of parent class into a child class. It is an OOP concept.

Code :