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
How do you reverse a string in java without using string buffer?
List some important characteristics on jre
What is keyword and identifier?
Can a class extend 2 classes in java?
Which class cannot be a subclass in java?
Can we able to pass objects as an arguments in java?
Write the algorithm to check the number non-leaf nodes in a tree.
If we don’t want some of the fields not to serialize how to do that?
What is java Applet?
What are the advantages of java inner classes?
What is the difference between Java1.4 and Java1.5
What is Major and importance difference between for and foreach loop ?
What is numel matlab?
What is a key in java?
Can we execute a program without main() method?