Q. Let A and B be objects of class Foo. Which functions are called when print(A + B) is executed?
β
Correct Answer: (A)
__add__(), __str__()
You must be Logged in to update hint/solution