Which one should i learn first. c++ , java or python?

i’m planning to learn a language. i already learnt c earlier, i’m familiar with it .so wt should i learn next c++ or java or python? considering that i’m a metallurgical student from a decent nit.. i’ve read lot of answers regarding this…but i’m confused with the various answers…
Can you answer this question?
Answer
6 Answers
Kirk Augustin
Kirk AugustinProgrammed in Python for 5 years, but in C/C++ for 40 years.
38 Views
Definitely C++. Since you know C, then Java and Python are irrelevant. They are trivial in comparison, and do not really take any learning at all once you know C.
But C++ has object oriented aspects that you do need to learn, and C++ is otherwise very close to C, so will be the easiest language for you to learn OOP with.
There is no point in learning Java or Python unless you intend to be working on a specific project that requires it. In comparison, every programmer needs to know C++ because it is central to all operating systems, web browsers, language iterpreters, network protocols, serious applications, fast games, etc. Almost all real programming is done in C/C++. Very little commercial programming is done in Java or Python because they are too slow, require run time support installation, and do not allow full programmer access to power, such as pointers.

Comments

Popular posts from this blog

Short Story Idea

eCommerce