What is the main difference between C++ and Java
Answer Posted / t.biren kumar patro
java is purely follow object oriented programming but c++ is
not.java does not have goto statement but c++ has.operator
overloading is not possible in java but in case of c++ is
not.only constructors are there in java but there are
constructor and destructors in c++.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What are two types of polymorphism?
What are the benefits of interface?
What is a superclass in oop?
Why do we use polymorphism in oops?
write string class as your own class in java without using any built-in function
Which language is not a true object oriented programming language?
What is destructor give example?
What is polymorphism oop?
What is stream in oop?
#include
Explain the concepts involved in Object Oriented programming.
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is abstraction in oop with example?
What language is oop?
What is polymorphism programming?