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
What is difference between oop and pop?
What is static in oop?
What is the oops and benefits of oops programming?
How is class defined?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
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?
How is polymorphism achieved?
What is encapsulation in ict?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
How do you explain polymorphism?
What does no cap mean?
What are the components of marker interface?
Why do we use oops?
What is abstract class in oops?
What is encapsulation in oop?