Vidyalelo
Python · Q4

Concept of Object Oriented Programs in Python

Programming · Python · question 4

Q4

Which principle of OOP promotes the reusability of code and allows a class to inherit properties and methods from another class?

A.
Polymorphism
B.
Abstraction
C.
Inheritance
Answer
D.
Encapsulation

Answer: Option C

Solution

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