1.

Which function overloads the + operator?

A. __add__()
B. __plus__()
C. __sum__()
D. none of the mentioned
Answer» B. __plus__()


Discussion

No Comment Found