What is the difference between C++ and java?
Answer Posted / sudhir krishna
c++ and Java both are object oriented programming language.
but java is not fully object oriented language.
java is platform independent but c++ is platform dependent
language.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What are constructors in oop?
What is encapsulation process?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Why multiple inheritance is not possible?
How to use CMutex, CSemaphore in VC++ MFC
Can an interface inherit a class?
What is object-oriented programming? Webopedia definition
What does no cap mean?
which feature are not hold visual basic of oop?
What is the problem with multiple inheritance?
Why is abstraction needed?
#include
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What does and I oop and sksksk mean?
What is oops concept with example?