Christopher Smith wrote:
2) While both are ostensibly object oriented, they have non-object,
native types designed to align well with C.

No, all C#'s types are OO. I think the CLR might do non-object types, but integers are a class in C. (Well, a struct, which means a value-type class.)

C# has a bunch of other stuff in it as well that I don't think Java has (or didn't before C# added them). Plus, the libraries that C# comes with are more consistent than Java's, if only because MS had more time to think and refine them than Java did, and MS released much larger libraries with the first version.

--
  Darren New / San Diego, CA, USA (PST)
    It's not feature creep if you put it
    at the end and adjust the release date.

--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg

Reply via email to