Vidyalelo
Python · Q33

Concept of Object Oriented Programs in Python

Programming · Python · question 33

Q33

Which of the following statements is true?

A.
A non-private method in a superclass can be overridden
Answer
B.
A subclass method can be overridden by the superclass
C.
A private method in a superclass can be overridden
D.
Overriding isn't possible in Python

Answer: Option A

Solution

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