0 votes
in Python by
Define Inheritance in Python?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Sep 5, 2021 in Python by SakshiSharma
0 votes
asked May 24, 2020 in Python by SakshiSharma
...