Examveda

Which of the following statements is true?

A. A non-private method in a superclass can be overridden

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


Join The Discussion

Related Questions on Concept of Object Oriented Programs in Python