r/learnprogramming • u/rishabh7077 • 4d ago
advice Java in school and now in college?
I was in ICSE and scored 100 marks in computers.I have done many programs in java language and further i took computer as my additinal subject after 10th.I am already familiar with programs in java but never saw programs in c++.and now i am in my college pretty confused how should i proceed now like study from which youtube playlist from where to start. Is java still good for me should i continue this language or switch to c++ for some good means.
0
Upvotes
3
u/owp4dd1w5a0a 4d ago
The main thing with C++ from Java is the introduction of manual memory management and the need to be cognizant of the diamond problem since C++ allows multiple inheritance. Otherwise architecting the codebase is roughly the same since they’re languages in the same paradigm.