Kamis, 03 November 2016

What is the difference between C++ and java Programming languages

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 from java.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. Java C++ Java does not support pointers, templates, unions, operator overloading, structures etc. The Java language promoters initially said “No pointers!”, but when many programmers questioned how you can work without pointers, the

The post What is the difference between C++ and java Programming languages appeared first on Coding Security.


What is the difference between C++ and java Programming languages
read more

Tidak ada komentar:

Posting Komentar