InterviewSolution
Saved Bookmarks
| 1. |
Why Does Java Not Support Operator Overloading? |
|
Answer» Operator overloading MAKES the code very DIFFICULT to read and maintain. To maintain code simplicity, Java doesn't SUPPORT operator overloading. Operator overloading makes the code very difficult to read and maintain. To maintain code simplicity, Java doesn't support operator overloading. |
|