0
Does java support operator overloading ?
has java any overloaded operator ?
1 Resposta
+ 10
nope java does not support operator overloading
the only thing that comes close to it is the + operator with strings
"Hi" + "!" results in "Hi1"
has java any overloaded operator ?