What is the main difference between C++ and Java
Answer Posted / bhuwan chandra
points is used in C++ whereas in java pointer is not used.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Why is destructor used?
What is new keyword in oops?
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 byval and byref? What are differences between them?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
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?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is balance factor?
Whats oop mean?
what are the realtime excercises in C++?
Why is object oriented programming so hard?
What is the main purpose of inheritance law?
What are the 3 pillars of oop?
What is oops concept with example?
How do you achieve runtime polymorphism?