Python Programming - Polymorphism - Discussion

Discussion Forum : Polymorphism - General Questions (Q.No. 55)
55.
What is the purpose of the __str__() method in Python classes?
To define class attributes
To customize the behavior when an instance is subtracted from another instance
To represent the object as a string for display purposes
To create a new instance of the class
Answer: Option
Explanation:
The __str__() method is used to provide a human-readable string representation of an object for display purposes.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.