What is the difference between C++ & Java?
Answer Posted / s.palanivel rajan.,b.e
Java is pure object orientef language but C++ is not because
we can write a c++ pprogram without using class or object...
The techniques which are not supported in java nut supported
by c++ are...
POINTERS
STRUCTURES
OPERATOR OVERLOADING
MULTIPLE INHERITANCE
GOTO OPERATOR
AUTOMATIC TYPE CONVERSION
DESTRUCTOR
UNSIGNED INTEGER
| Is This Answer Correct ? | 21 Yes | 4 No |
Post New Answer View All Answers
What best practices should you follow while writing multithreaded code in java?
What is the argument in java?
What is tcp ip in java?
Differences between external iteration and internal iteration?
Why do we need data structure in java?
How does map works in java?
What is an arraylist in java?
How can we make a class singleton?
Are strings immutable in java?
What is final modifier?
What is string pool in java?
Why do we create threads in java?
how to deploy apache tomcat server to weblogic server in java
Can a final variable be null?
What is the benefit of using enum to declare a constant?