What is the difference between C++ and java?
Answer Posted / ridicule
The main difference b/w c++ & java is:
* c++ is a platform dependent language.
* but java is platform independent language.it can be run
on every system which contain java virtual machine(jvm)
*both use oop concept,
we can write a c++ pgm without using class but class is
must in java;
that is java is pure oop language
| Is This Answer Correct ? | 24 Yes | 5 No |
Post New Answer View All Answers
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 desirable attributes for memory managment?
How do you use inheritance in unity?
What is abstraction encapsulation?
What are the two different types of polymorphism?
Why we use classes in oop?
Why do we need oop?
What is polymorphism programming?
How do you achieve runtime polymorphism?
What is polymorphism explain its types?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
How to use CMutex, CSemaphore in VC++ MFC
What is abstraction with example?
What is abstraction oop?
Get me a number puzzle game-program