+ 1
What are overloaded operators?
2 Respostas
+ 4
Operators that are used for multiple different classes of objects.
+ 2
in the same way that a method can be overloaded, you can having several methods have the same name but do different things, they could also be done with operators but this is not possible in java. it is possible in C++