Why Java does not support operator overloading?

Java does not support operator overloading: Java is relatively a very simple language to use compared C/C++ with the non-support of complex and confusing features like pointers, multiple inheritance and operator overloading. These features are rarely used in practice and at the same time poorly understood by the language beginners. Every operator has a good …

Why Java does not support operator overloading? Read More »