what is difference between c++ language and java language
Answer Posted / sakthi
C++ is partial object oriented language. we can able to
write program with out class.
Java is pure object oriented language. we can't able to
write program with out class.
java does not support pointer and multiple inheritance
concept. instead of multiple inheritance we are using
interface concept in java.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what type of question are asked in thoughtworks pair programming round ?
What is object-oriented programming? Webopedia definition
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 encapsulation selenium?
Why do we use polymorphism?
How to use CMutex, CSemaphore in VC++ MFC
Templates mean
What is overriding in oop?
can inline function declare in private part of class?
What is overloading and its types?
write knight tour problem which is present in datastructure
How do you achieve runtime polymorphism?
What is coupling in oop?
What is object in oop?
What is multilevel inheritance in oop?