what is difference between c++ language and java language
Answer Posted / aakash
java codes looks very similar to that of c++,but there are
many differences.
1.java has no preprocessor or header files.
2.java has no global variables.
3.java has automatic garbage collection.
4.java has no pointers.
5.java has no goto statements.
6.java has no multiple inheritance,java use interfaces instead.
7.java has no destructor.
8.java has strict lenghs for primitive types.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
which feature are not hold visual basic of oop?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
class type to basic type conversion
What is methods in oop?
What is inheritance and how many types of inheritance?
Can we create object of abstract class?
What does I oop mean?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is polymorphism oop?
Why do we need oop?
Is enum a class?
What is overriding in oops?
What is solid in oops?
Which type does string inherit from?
what is graphics