Vidyalelo
Python · Q13

Concept of Object Oriented Programs in Python

Programming · Python · question 13

Q13

Which of the following statements is wrong about inheritance?

A.
Protected members of a class can be inherited
B.
The inheriting class is called a subclass
C.
Private members of a class can be inherited and accessed
Answer
D.
Inheritance is one of the features of OOP

Answer: Option C

Solution

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