# Inheritance

Inheritance allows us to define a class that inherits all the methods and properties from another class.

<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.w3schools.com/python/python_inheritance.asp'>Python Inheritance</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.javatpoint.com/inheritance-in-python'>Inheritance in Python</BadgeLink>