I came across the exact information in c++, do they differ any where or its the same thing. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I came across the exact information in c++, do they differ any where or its the same thing.

c++ java oop

5th Jun 2019, 5:31 PM
KatFawdySeven
KatFawdySeven - avatar
2 Answers
+ 1
The OOP from C++ differs very much from Java. It has a totally different syntax, and a different declaration in terms of what you need to declare (in C++ you need a header file, while in Java not). Yeah, there can be something the same, but they're too distinct. The general term of OOP is the same for every programming language.
5th Jun 2019, 5:50 PM
Charlie S
Charlie S - avatar
+ 1
Couldnt have clarified it any better. Thank you for your input. Now i understand where was i being lost
9th Jun 2019, 12:05 PM
KatFawdySeven
KatFawdySeven - avatar