Which Function Overloads The Operator #758
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 Mapping Functions - Python Mapping Functions - Quiz No.1.
Which function overloads the + operator?
__add__()
__plus__()
__sum__()
none of the mentioned