What is the difference between java and c++? Sumit Kesarwani274710-Feb-2014mysqlmysql Updated on 15-Sep-2020
Sumit Kesarwani
10-Feb-2014Java is a true object - oriented language while c++ is basically c with object-oriented extension.
C++ supports multiple inheritence but Java provides interfaces in case of multiple inheritence.
Java does not support operator overloading.
Java does not have template classes as in c++.
java does not use pointers.