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
What is java oops?
What is the diffrence between inner class and nested class?
What is generics in java interview questions?
what is the significance of listiterator in java?
What is a copy constructor in java?
How can you set an applet’s height and width as a percentage?
What is meant by 'Class access modifiers'?
How do you clear an arraylist in java?
How to sort double array in java?
How is java hashmap implemented?
How do you represent a space in regex java?
Is it necessary for the port addresses to be unique? Explain with reason.
What is the abstraction?
What is the same as procedures?
What is boolean flag in java?