#1
26th July 2012, 12:10 PM
|
|||
|
|||
Discuss the differences between Java and C++?
discuss differance between java and c++
|
#2
26th July 2012, 02:41 PM
|
|||
|
|||
Re: Discuss the differences between Java and C++?
Difference between Java and C++:-
. |
#3
26th July 2012, 04:45 PM
|
|||
|
|||
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... |
#4
26th July 2012, 05:30 PM
|
|||
|
|||
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 |
|
Related Topics: |
||
Thread | Replies | Last Post |
Is Java Purely object oriented language? Difference between Java and C+? Which one is better? | 18 | 2nd August 2013 12:43 PM |
|