Vidyalelo
Python · Q54

Concept of Object Oriented Programs in Python

Programming · Python · question 54

Q54

Which of the following is false about protected class members?

A.
They begin with one underscore
B.
They can be accessed by subclasses
C.
They can be accessed by name mangling method
Answer
D.
They can be accessed within a class

Answer: Option C

Solution

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