Q. Which magic method is called when an object is converted to string?
β
Correct Answer: (B)
__toString()
Explanation: __toString() defines string representation.