| Author |
C++ And JAVA
|
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
|
|
First let me say this: I love JAVA. I am not "unhappy" with the language, so please don't turn this thread into a "JAVA versus C++" debate. Why does JAVA not allow Operator Overloading as C++ does?
|
 |
James Swan
Ranch Hand
Joined: Jun 26, 2001
Posts: 403
|
|
Greg, I think you'll find this makes interesting reading: http://java.sun.com/docs/white/langenv In particular, this section in regard to operator overloading: http://java.sun.com/docs/white/langenv/Simple.doc2.html#4098
|
 |
Anthony Villanueva
Ranch Hand
Joined: Mar 22, 2002
Posts: 1055
|
|
|
You might also find Gosling's comment interesting.
|
 |
 |
|
|
subject: C++ And JAVA
|
|
|