+ 5
Which language is better to start learning with?
Which one is better for a beginner, in other words?
4 Answers
+ 1
Learn C first. Then learn C++. Then learn Java or C#.
C -> C++ -> C# or Java
Be master in them first then choose other languages.
C will teach you why OOP is important because C doesn't have OOP.
C++ will teach you why it is so difficult to use it's pointers and syntax.
C# or Java will teach you about Structured Programming, OOP with good syntax. And choose C# if you really want to learn coding. Currently C# language design is better than Java so I switched from coding in Java to C# now.
+ 6
🐍🐍🐍
+ 2
0
I started with Ruby, and plan to finish with it