Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Question: Define Inheritance in Python?
Answer:

When an object of child class has the ability to acquire the properties of a parent class then it is called inheritance. It is mainly used to acquire runtime polymorphism and also it provides code reusability.

Is it helpful? Yes No

Most helpful rated by users:

©2025 WithoutBook