What is the main difference between C++ and Java
Answer Posted / ramya
c++ platform dependent
java platform independent
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is encapsulation in oops?
Where is pseudocode used?
Why is abstraction used?
What is meant by oops concept?
Whats oop mean?
How oops is better than procedural?
Why is encapsulation used?
What is a class in oop?
What is encapsulation with example?
what is the sylabus for priliminaries?
What is the benefit of oop?
what are the realtime excercises in C++?
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 is purpose of inheritance?
Templates mean