What is the main difference between C++ and Java
Answer Posted / kalyan
c++ is platform dependent and java is platform independent language. system programming is written using c,c++ and web based applications can be developed by java.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is difference between data abstraction and encapsulation?
What is the difference between procedural programming and oops?
How do you explain polymorphism?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is destructor example?
What is object in oop with example?
What is the advantage of oop over procedural language?
Why is polymorphism needed?
What is meant by multiple inheritance?
Can you explain polymorphism?
Why is oop useful?
write string class as your own class in java without using any built-in function
What is polymorphism what are the different types of polymorphism?
What are oops functions?
What is a class in oop?