What is the special method __new__() for?
What is the special method __new__()
for?
a. The __new__()
method is an informal representation of an object.
b. The __new__()
method is called to create a new class.
c. The __new__()
method is the formal representation of the object.
d. The __new__()
method is used to create a new instance of the class.