Vidyalelo
Python · Q10

Concept of Object Oriented Programs in Python

Programming · Python · question 10

Q10

What is the benefit of using inheritance in object-oriented programming?

A.
It promotes code reusability and allows the creation of a new class based on an existing class
Answer
B.
It simplifies syntax
C.
It reduces code size
D.
It makes programs run faster

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board