Python | Inheritance MCQ | Question 1

Last Updated :
Discuss
Comments

What is inheritance in Python?

A way to hide data

A way to achieve multiple inheritances

A mechanism to reuse code and create a new class using an existing class

A way to define private methods

Share your thoughts in the comments