What is the main difference between C++ and Java
Answer Posted / saraswati
1.in java char take 2 byte whereas in c++ it take 1 byte
2.and in java do not havng signed unsigned concept bt in c++.
3.boolean take true/false instead of 1/0
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Whats is abstraction in oops?
is there any choice in opting subjects like 4 out of 7
What is polymorphism oop?
What are the three parts of a simple empty class?
What is advantage of inheritance?
What is oops concept with example?
How do you explain polymorphism?
Why is abstraction needed?
Why do we use polymorphism?
What is interface? When and where is it used?
What are the advantages of polymorphism?
What is class and object in oops?
What polymorphism means?
How to call a non virtual function in the derived class by using base class pointer
What is inheritance write a program to show use of inheritance?