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
This question is part of this quiz :
Python Inheritance MCQ Questions & Answers