| 26th July 2012 05:30 PM | |
| rch91 |
Re: Discuss the differences between Java and C++? Although both are object oriented programming language and Java was derived from C++ but still there is big difference between these two languages. You can see the actual difference once you start programming on it. But here i am going to give you few differences between these two... 1. Java does not support operator overloading 2. A class definition in Java looks similar to a class definition in C++, but there is no closing semicolon. 3. Forward reference declarations are not required in Java. 4. Scope resolution operator (: required in C++ is but not in Java.4. In C++ you have to re-declare static data members outside the class but such things are not required in Java |
| 26th July 2012 04:45 PM | |
| singhhr23 |
Re: Discuss the differences between Java and C++? C++ is the advanced version of c i.e.C with Classes whereas Java is the platform independent as it works on any type of operating systems. java is reusable and more reliable,more secure than c++. Thanks... |
| 26th July 2012 02:41 PM | |
| BISWARUPYOGI |
Re: Discuss the differences between Java and C++? Difference between Java and C++:-
. |
| 26th July 2012 12:10 PM | |
| gyanson |
Discuss the differences between Java and C++? discuss differance between java and c++ |