WobbleWobble
Diamond Member
- Jun 29, 2001
- 4,867
- 1
- 0
Originally posted by: AlexWade
I know I'm late to the game, but I have to say this:
C# is nothing but Java modified just enough to avoid a lawsuit.
DO NOT start with Java, Smalltalk, or C#. Object-oriented programing requires a new way of thinking -- going start to OO requires you to learn two concepts at once.
Start with C or non-OO C++. Once you've got C++ down, go to C++ OO. Then jump to Java. If you want to be a serious programmer, know C++ well -- parts of OS's are written in C++; I know the Linux kernal is. Going from C++ OO to Java/C# will be easier than straight to Java/C#.
If you are brave, just download Sun's Java at java.sun.com. You want J2EE.
I disagree. I believe one should start the right way and begin with an OOP language.