what is difference between c++ language and java language
Answer Posted / sakthi
C++ is partial object oriented language. we can able to
write program with out class.
Java is pure object oriented language. we can't able to
write program with out class.
java does not support pointer and multiple inheritance
concept. instead of multiple inheritance we are using
interface concept in java.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why is oop better than procedural?
Why do we use oops?
write a C++ program for booking using constructor and destructor.
What is class and object with example?
How to hide the base class functionality in Inheritance?
What is encapsulation example?
Why is abstraction needed?
What is coupling in oops?
What is encapsulation in simple terms?
Prepare me a program for the animation of train
What are the 3 pillars of oop?
Can a varargs method be overloaded?
Is enum a class?
What are the advantages of polymorphism?
Why interface is used?