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 field name?
What is the null?
What is the implementation of destroy method in java. Is it native or java code?
how can you take care of mutual exclusion using java threads? : Java thread
What is math exp in java?
What is api data?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
When is the finalize() called?
Difference between class#getinstance() and new operator ?
List any five features of java?
What are the types of relation?
What is static synchronization?
What is constructor in java ?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
what is object slice?