Multiple Choice
What is the special name given to the method that returns a string containing an object's state?
A) __state__
B) __obj__
C) __str__
D) __init__
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: The self parameter is required in every
Q29: A class _ is a set of
Q30: Object-oriented programming allows us to hide the
Q31: Mutator methods are also known as<br>A) setters<br>B)
Q32: A(n)_ is code that specifies the data
Q33: An object's _ contains the values of
Q34: In object-oriented programming,one of first tasks of
Q35: Which of the following can be thought
Q36: All instances of a class share the
Q38: An object is a stand-alone program but