Operator overloading in Java

前端 未结 10 1916
独厮守ぢ
独厮守ぢ 2020-11-21 23:51

Please can you tell me if it is possible to overload operators in Java? If it is used anywhere in Java could you please tell me about it.

10条回答
  •  不要未来只要你来
    2020-11-22 00:33

    One can try Java Operator Overloading. It has its own limitations, but it worth trying if you really want to use operator overloading.

提交回复
热议问题