What is the difference between C++ & Java?
Answer Posted / himani saxena
c++ is object oriented programming because in c++ without class program will make but java not make program without class therefor java is purely oops.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the significance of continue jump statement? Explain with an example.
What is the tradeoff between using an unordered array versus an ordered array?
Give an example of use of pointers in java class.
What are the major drawbacks of external iteration?
What is meant by call by reference?
What is the maximum size of byte array in java?
What does compareto () do in java?
How to print nodes of a Binary tree?
Does a function need a return?
How many types of design patterns are there?
How do you reverse sort in java?
What do you mean by exception handling in Java?
What are the important features of Java 9 release?
What is jit compiler in java?
Can size_t be negative?