I often hear people say that the plus (+
) operator for String
objects is an overloaded operator. Why? Which operators does it overload?
I know what this operator does and how it works. I also know that Java doesn't support user-defined overloaded operators.