What is the difference between C++ & Java?
Answer Posted / ravikiran(aptech mumbai)
c++ is a purely object oriented language and java is not due
to non supportal of multiple inheritence
| Is This Answer Correct ? | 198 Yes | 614 No |
Post New Answer View All Answers
What is join () in java?
what are the methods in object?
Why is inheritance used in java?
What is the difference between numeric and integer?
What is string variable?
What is the difference between the direct buffer and non-direct buffer in java?
Explain the use of javap tool.
What are controls and their different types in awt?
What is deserialization?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What is a substitution variable?
What is the final variable?
What is the formula to calculate percentage?
Can we override a variable in java?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }