What is the difference between C++ & Java?
Answer Posted / swati patodkar
java is pure object oriented programing laguage.
but c++ is not pure object oriented programing laguage & we
can write a program as procedural language in ++ .
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
Is alive in java?
what is meant by encapsulation?
What is data type modifier?
Explain about instanceof operator in java?
What is navigable map in java?
Java.util.regex consists of which classes?
Can we use return in constructor?
What is the difference between static (class) method and instance method?
Why pass by reference is not possible in java?
What are the rules for variable declaration?
What is variable length arguments in java?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
What are the java ide’s?
What is parsing and its types?
Can a class extend more than one class?