Page 1 of 1

Let A and B be objects of class Foo. Which functions are called when print(A + B) is executed?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) __add__(), __str__()
b) __str__(), __add__()
c) __sum__(), __str__()
d) __str__(), __sum__()