Python OOPs Concepts: Python Inheritance
Inheritance is one of the most powerful concepts of OOPs.
Check the full tutorial here: https://www.softwaretestinghelp.com/python/python-oops-concepts/
A class which inherits the properties of another class is called Inheritance.
Python provides three types of Inheritance:
• Single Inheritance
• Multilevel Inheritance
• Multiple Inheritance