+ 1
I came across the exact information in c++, do they differ any where or its the same thing.
c++ java oop
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.
+ 1
Couldnt have clarified it any better. Thank you for your input. Now i understand where was i being lost