What is the difference between C++ & Java?
Answer Posted / amit shingavi
1)C++ allow the concept of Multiplie Inheritance whereas
Java don't allow it.
2)C++ is not purely Object Oriented but Java is Purely
Object Oriented.
3)Java is more secured than C++.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the Propertie sof class?
What are parameters in a method?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What do you mean by data type?
Can memory leak in java?
What is the difference between a loader and a compiler?
what happens when a thread cannot acquire a lock on an object? : Java thread
What is data type example?
How does queue work in java?
What is local declaration?
What is jvm? How its run?
How to find the largest value from the given array.
Write a program to print count of empty strings in java 8?
Write a program in java to find the maximum and minimum value node from a circular linked list.
What is the relationship between clipping and repainting under awt?