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
Can you call one constructor from another if a class has multiple constructors?
How is string immutable in java?
How do you write methodology?
What causes memory leak in java?
Explain about arraylist?
Explain the transient field modifier?
What is an eror in java?
How to obtain a performance profile of java program
What is anagram word?
What is implicit object in java?
What is a static class in java?
What are the restrictions imposed by a Security Manager on Applets?.
How to find the largest value from the given array.
What is keyword and identifier?
What is the final method?