0

What is operator overloading?

Does java support operator overloading?

21st Sep 2019, 5:37 AM
Arunabh Kishore
Arunabh Kishore - avatar
1 Odpowiedź
+ 1
No it does not. Java does not support operator overloading, except for string concatenation for which it overloads the + operator internally.
21st Sep 2019, 8:34 PM
Willem Roos