Python – Inheritance Between Classes
Python inheritance allows a class (child class) to inherit all the methods and properties from another class (parent class).
Python inheritance allows a class (child class) to inherit all the methods and properties from another class (parent class).