Vidyalelo
Python · Q33

Classes and Objects in Python

Programming · Python · question 33

Q33

Which function overloads the == operator?

A.
__eq__()
Answer
B.
__equ__()
C.
__isequal__()
D.
none of the mentioned

Answer: Option A

Solution

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