What is the difference between C++ and java?
Answer Posted / vijay pratap
The difference between java & C++.
i- Java is a platform independent language,
ii-In java, you can't use VIRTUAL key word.
iii-Java is not fully object oriented programming language.
C++
i-C++ is a fully OOP language.
ii-You can use the VIRTUAL keyword in C++.
iii-C++ is a plateform dependent Language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the point of oop?
What is basic concept of oop?
Which method cannot be overridden?
what is different between oops and c++
Can enum be null?
write a program to find 2^n+1 ?
What is polymorphism explain?
What is abstraction example?
what are the ways in which a constructors can be called?
What is object-oriented programming? Webopedia definition
What is abstract class in oop?
Why is there no multiple inheritance?
why reinterpret cast is considered dangerous?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is the purpose of enum?