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 are properties in oop?
OOP'S advantages of inheritance include:
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is differance between Abstract and Interface
what is oops
Describe the difference between a Thread and a Process?
Why do we use polymorphism?
What is abstraction in oop?
What is the difference between and interface and an abstract class ?
4 Answers IBM, Infosys, Ness Technologies,
What is a class in oop?
What is the use of unnamed namespaces in OOPS? The only advantage I know is that they dont need the scope resolution operator while accessing them. I want to know some other advantages of unnamed namespaces...
The type of variable a pointer points to must be the part of pointer's definition so that: