Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (2.2k points)

Could someone tell me what is Inheritance in Python?

1 Answer

0 votes
by (3.9k points)

Inheritance in Python could be described as the capability of a class to inherit or derive the properties of another class. It is a way to define a class that inherits from another class. For example, a parent class is an entity from which we inherited the properties, and the class that inherits these properties becomes the Child class. Thus, helping in establishing the connection, re-usability of codes, and many such features.

If you are aspiring to become a Python expert, then enroll in Intellipaat’s Python certification course. And if you are a beginner, then have a look at the following video on Python for Beginners and get started.

Browse Categories

...