What is the difference between C++ & Java?
Answer Posted / nagendra.r
the main difference between c++ and java that c++ contains
multiple inhearitance but java contains interface instead
of multiple inhearitance
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How do you declare an array in java?
How finally used under exception handling?
How do you classify Dialog Box?
Can java list be null?
What is a jit compiler?
What is an i/o filter?
Can I learn java without any programming experience?
Is java code slower than native code?
What is operator overloading. Is it is supported in java?
What is a Presistent Object?
what is the difference between thread and runnable types? : Java thread
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
Can we have any other return type than void for main method?
Can private class be inherited in java?
What is difference between float and double?