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 a variable declaration?
What are the differences between wait() and sleep()?
How do you do exponents in java?
What is sizeof () operator?
What is a void method?
Explain a situation where finally block will not be executed?
Why string is called as immutable?
What is the purpose of the finalize() method?
What is the difference between @before and @beforeclass annotation?
Can you explain the private protected field modifier?
What is a lock or purpose of locks in java?
What is a substitution variable?
Which is easier netbeans or eclipse?
How big is a pointer?
Is constructor inherited?