Python Programming - Inheritance - Discussion

Discussion Forum : Inheritance - General Questions (Q.No. 81)
81.
What is the purpose of the __str__() method in Python classes?
To define class attributes
To create a new instance of the class
To represent the object as a human-readable string
To access superclass attributes directly
Answer: Option
Explanation:
The __str__() method is used to provide a human-readable string representation of the object.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.