Computer Science, asked by atharvbachal313, 12 hours ago

_________________operator cannot be overloaded.

Answers

Answered by BornChamp
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