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
What are the benefits of polymorphism?
What is a class in oop?
What is advantage of inheritance?
Give two or more real cenario of virtual function and vertual object
What is class and object in oops?
write a program that takes input in digits and display the result in words from 1 to 1000
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is polymorphism and types?
What is the oops and benefits of oops programming?
What are the three main types of variables?
Can we create object of abstract class?
What is the point of polymorphism?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is the diamond problem in inheritance?