Q33
Which of the following statements is true?
A.
A non-private method in a superclass can be overridden
AnswerB.
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