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 does and I oop mean in text?
Why is abstraction needed?
Is abstract thinking intelligence?
What is the difference between static polymorphism and dynamic polymorphism?
Prepare me a program for the animation of train
How do you explain polymorphism?
What is the purpose of polymorphism?
What is the highest level of cohesion?
How to improve object oriented design skills?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is the use of oops?
What is abstraction encapsulation?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
what are the realtime excercises in C++?
c++ program to swap the objects of two different classes