Which Function Overloads The Operator #1060
Which function overloads the + operator?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Classes and Objects - Python Operator Overloading - Quiz No.1.
Which function overloads the + operator?
__add__()
__plus__()
__sum__()
none of the mentioned