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 encapsulation and abstraction? How are they implemented in C++?
Where is pseudocode used?
What is multilevel inheritance?
What is a class and object?
Why interface is used?
Why do we use oop?
What is difference between multiple inheritance and multilevel inheritance?
what type of questions
What is polymorphism oop?
What is oops with example?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is abstraction in oop with example?
2. Give the different notations for the class.\
What is class and example?
Can we create object of abstract class?