What is the difference between C++ and java?
Answer Posted / jenny bala
The major Difference between C++ and Java is,
1.C++ is not fully OOP language since we can write a program without class also, But in java we cannot write a program without class.
2.C++ is not fully platform independent where .class file is not generated if you didn't use class in your program. But in java all files will create .class file after compilation of program, so it's Fully platform independent.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How oops is better than procedural?
What do you mean by abstraction?
When not to use object oriented programming?
Is oop better than procedural?
Can we create object of abstract class?
What is object in oop?
What is the real life example of polymorphism?
What are the 4 main oop principles?
What is abstraction oop?
What is difference between oop and pop?
Can a varargs method be overloaded?
What is abstraction and encapsulation?
What is abstraction in oop with example?
What is the example of polymorphism?
program for insertion ,deletion,sorting in double link list