Which Of The Following Statements Is True #1116
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 Inheritance - Quiz No.3.
Which of the following statements is true?
The __new__() method automatically invokes the __init__ method
The __init__ method is defined in the object class
The __eq(other) method is defined in the object class
The __repr__() method is defined in the object class