what is the difference between Cpp And Java
Answer Posted / madhu
cpp is not 100% object oriented programming language,
because primitives are not objects in cpp,
whereas java is said to be 100% pure object oriented
programing language, because we can convert the primitives
into objects by using the concept called 'wrapping'.
| Is This Answer Correct ? | 45 Yes | 7 No |
Post New Answer View All Answers
Define canvas?
Why does java does not support multiple inheritance? Explain
Will minecraft java be discontinued?
When will you define a method as static?
How is abstraction implemented in java ?
What is a variable in java?
What happens if an exception is throws from an object's destructor?
What is finally in Java?
What is meant by object oriented programming – oop?
What is autoboxing in java?
What is threaded programming and when is it used? : Java thread
What is difference between core java and java ee?
Why java uses the concept of the string literal?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
Which command from the jdk compiles a java program?