Linked by Thom Holwerda on Mon 19th Nov 2007 21:16 UTC, submitted by Wyatt Lyon Preul
Permalink for comment 285396
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.




Member since:
2006-05-10
Could you give some examples ?
To my mind, C# is too much complex as compared as Java. I would agree if you made a comparison with Java 1.4, but Java 1.5 brought what Java was lacking (like enumeration, generics, ...).
Things like operator overloading, structures, the virtual keyword, ... from the C# world are, for me, useless and bring confusion when reading someone else code.
With Java (>= 1.5), there is just what is needed.
Unless you speak of the .NET library ?