What is the difference between C++ and java?
Answer Posted / vijay pratap
The difference between java & C++.
i- Java is a platform independent language,
ii-In java, you can't use VIRTUAL key word.
iii-Java is not fully object oriented programming language.
C++
i-C++ is a fully OOP language.
ii-You can use the VIRTUAL keyword in C++.
iii-C++ is a plateform dependent Language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation example?
Write a program to reverse a string using recursive function?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
program for insertion ,deletion,sorting in double link list
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is the real time example of inheritance?
What is pointer in oop?
Prepare me a program for the animation of train
What is for loop and its syntax?
Can we override main method?
What are benefits of oop?
How do you answer polymorphism?
what type of questions
Why do we use polymorphism in oops?