Why C++ is Object Based Programming Language and Why Java is Object Oriented Programming Language?

Showing Answers 1 - 3 of 3 Answers

Thomas B

  • Jul 24th, 2007
 

C++ is also an OOP Language!
Java syntax is C++ minus pointers, templates, multiple inheritance, operator overloading ....

Maybe java enforces OO programming in a more strict manner than C++, whereas C++ is more flexible and has to be used more sensibly.
As spider man says : 'With great power comes great responsibility', so it goes with C++.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions