Vidyalelo
Python · Q38

Classes and Objects in Python

Programming · Python · question 38

Q38

Which function overloads the + operator?

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

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board