📜  java代码示例中的运算符重载是什么

📅  最后修改于: 2022-03-11 14:52:24.800000             🧑  作者: Mango

代码示例2
Java doesn't support user-defined operator overloading. The only aspect
of Java which comes close to "custom" operator overloading is the handling of
+ for strings