What is the difference between C++ & Java?
Answer Posted / seshu.r
c++ is partially object oriented programming language,
but java is fully object oriented programming language.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how to split string in java?
Do we need to manually write Copy Constructor?
Can a function return a function?
What is the difference between menuitem and checkboxmenu item?
Explain about member inner classes?
Can we define private and protected modifiers for variables in interfaces?
What is the purpose of the runtime class in java programming?
Can we catch more than one exception in a single catch block?
What classes of exceptions may be thrown by a throw statement?
What do you mean by aggregation?
How to sort array of 0 and 1 in java?
Why are constructors used?
What is the difference between throw and throws keywords?
What is stringjoiner ?
Why java is object oriented?