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


Please Help Members By Posting Answers For Below Questions

Can a class have a static inner class?

600


What is meant by interface?

559


What is the use of object and class classes?

563


does java support pointers?

558


What is thread pool? How can we create thread pool in java?

614






What is udp in java?

529


how we can make a read-only class in java?

537


What is boolean flag in java?

572


Can you explain the private protected field modifier?

565


Is void a data type in java?

520


What are namespaces in java?

519


What does I ++ mean?

597


what is the final keyword denotes in java?

577


Wha is the output from system.out.println(“hello”+null); ?

683


What is the benefit of inner classes in java?

600