Categories
Archives
Tag Archives: operator overloading
Java needs operator overloading
I like Java but I can’t understand why it still doesn’t have operator overloading.
Everyday operator overloading
Every Java object has two (and more) methods:
String toString(): Returns a string representation of the object.
boolean equals(Object obj): Indicates whether some other object is …