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 polymorphism oop?
What is polymorphism used for?
What is the types of inheritance?
Get me an image implementation program.
How do you use inheritance in unity?
What is interface in oop?
How do you explain polymorphism?
What is difference between oop and pop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Where You Can Use Interface in your Project
What is the point of polymorphism?
State what is encapsulation and friend function?
why reinterpret cast is considered dangerous?
What is class and example?
to find out the minimum of two integer number of two different classes using friend function