What is the main difference between C++ and Java
Answer Posted / ram s
the main difference is java is a fully object oriented
programming language.but c++ doesn't,because it was not
support fully opp's concept.and also we are using java we
can devolope any type of application but c++ doesn't.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is abstraction and encapsulation?
Can you explain polymorphism?
How Do you Code Composition and Aggregation in C++ ?
What is debug class?what is trace class? What differences are between them? With examples.
What is the renewal class?
Can destructor be overloaded?
What is an advantage of polymorphism?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Can we define a class within the interface?
write string class as your own class in java without using any built-in function
What is encapsulation process?
What is abstract class in oop?
What does it mean when someone says I oop?
What is polymorphism and its types?