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 polymorphism explain?
What are the 3 pillars of oop?
What polymorphism means?
How Do you Code Composition and Aggregation in C++ ?
What is a class and object?
Why multiple inheritance is not possible?
Which language is not a true object oriented programming language?
Get me a number puzzle game-program
Can we create object of interface?
How do you answer polymorphism?
What is stream in oop?
What is the difference between encapsulation and polymorphism?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
write a program to find 2 power of a 5digit number with out using big int and exponent ?