[2090] in java-interest
Operator overloading
daemon@ATHENA.MIT.EDU (Victor Boyko)
Sun Sep 24 14:26:48 1995
Date: Sun, 24 Sep 1995 11:23:46 -0400
From: boykov@archimedes.acf.nyu.edu (Victor Boyko)
To: java-interest@java.sun.com
Hello!
I am trying to implement classes for vectors and matrices, and the
absence of operator overloading is a great inconvenience. a+b is much
easier to read than a.plus(b). Do you know if operator overloading
will be introduced at least to some degree in a subsequent version of
Java?
BTW, how come I can say s1 + s2, where s1 and s2 are Strings? Isn't
this a kind of operator overloading?
--
Victor Boyko (boykov@archimedes.acf.nyu.edu)
http://galt.cs.nyu.edu/students/vb1890/home.html
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com