_________________operator cannot be overloaded.
Answers
Answered by
0
Answer:
Arithmetic
Explanation:
Python does not limit operator overloading to arithmetic operators only. We can overload comparison operators as well. Suppose we wanted to implement the less than symbol < symbol in our Point class.
HOPE IT HELPS YOU !
Similar questions