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 is command line used for?
What is unmodifiable collection in java?
Why should I use abstract class?
In the below example, how many string objects are created?
What are the different types of inheritance in java?
What is meant by object oriented programming – oop?
What are the different ways to handle exceptions?
What are the different http methods?
What is a default constructor and also define copy contrucyor?
What are the characteristics of java?
what is encapsulation in java? Explain
Why do we need array in java?
is it possible to instantiate the math class?
Where are local variables stored?
What is space character in java?