difference between c++ and java pdf
Answers
Answered by
0
Please mark it brainiest if this PDF file helped u..................................
Attachments:
Answered by
0
What are the main differences between Java and C++?
Both Java and C++ support object oriented programming, yet there are differences between them. To begin with, Java is a pure object oriented programming language; therefore, everything is an object in Java (single root hierarchy as everything gets derived fromjava.lang.Object). On the contrary, in C++ there is no such root hierarchy. C++ supports both procedural and object oriented programming; therefore, it is called a hybrid language.
Similar questions