A
By default, the __new__() method invokes the __init__ method.
B
The __new__() method is defined in the object class.
C
The __init__() method is defined in the object class.
D
The __str__() method is defined in the object class.
E
The __eq__(other) method is defined in the object class.