View Single Post
  #15 (permalink)  
Old December 14th, 2004, 02:52 PM
courtes courtes is offline
Registered User
 
Join Date: Dec 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to courtes
Default

Can't believe that anyone would recommend Javascript as a language to start learning OOP. As a previous poster has pointed out, while it is object-based, it isn't object-oriented. My opinion is that any language that is object-oriented must have a clear relationship with OOD - which Java has and JS does not. As to whether C# or Java, again Java wins, simply because it is portable across a range of platforms, whereas C# is not (hence wider readership). If it is just OOP that is the issue, Java is the better platform - after all the general principles are transferable to C#.

Simon