Which Of The Following Statements Is True #1137
Which of the following statements is true?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python OOPs - Python Polymorphism - Quiz No.2.
Which of the following statements is true?
A non-private method in a superclass can be overridden
A subclass method can be overridden by the superclass
A private method in a superclass can be overridden
Overriding isn’t possible in Python