Java cannot overload any operators. Why?

Posted by arunagiri on Stack Overflow See other posts from Stack Overflow or by arunagiri
Published on 2010-04-13T12:35:12Z Indexed on 2010/04/13 12:43 UTC
Read the original article Hit count: 140

Filed under:
|

In c++, we can perform the operator overloading. But Java is also a Object oriented language. So why java doesn't support overloading?

© Stack Overflow or respective owner

Related posts about java

Related posts about operator-overloading