What is the main difference between C++ and Java
Answers were Sorted based on User's Feedback
Answer / t.biren kumar patro
java is purely follow object oriented programming but c++ is
not.java does not have goto statement but c++ has.operator
overloading is not possible in java but in case of c++ is
not.only constructors are there in java but there are
constructor and destructors in c++.
| Is This Answer Correct ? | 2 Yes | 5 No |
What is multiple inheritance? Give Example
What type of loop is a for loop?
What are the valid types of data that the main () can return in C/C++ language
What is the problem with multiple inheritance?
how to get the oracle certification? send me the answer
What is solid in oops?
What is overriding vs overloading?
Write a program to find out the number of palindromes in a sentence.
Write a program to sort the number with different sorts in one program ??
What are virtual functions?
What is the difference between class and object?
What is static modifier?