No operator overloading??
on
Java for EGCS
·
· Score: 1
Is "1" + "2" == "3" or "1" + "2" == "12" ?
I have seen in some commercial toolkits (like e.g. ObjectStore) that every kind of operator (including the comma, makes nice method invocations) is overloaded. This makes code simply ugly!
Is "1" + "2" == "3" or "1" + "2" == "12" ?
I have seen in some commercial toolkits (like e.g. ObjectStore) that every kind of operator (including the comma, makes nice method invocations) is overloaded. This makes code simply ugly!