Which Of The Following Statements Isnt True #1113
Which of the following statements isn’t 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 Inheritance - Quiz No.2.
Which of the following statements isn’t true?
A non-private method in a superclass can be overridden
A derived class is a subset of superclass
The value of a private variable in the superclass can be changed in the subclass
When invoking the constructor from a subclass, the constructor of superclass is automatically invoked