C++ is not a pure Object Oriented Language..
This tip submitted by Hridesh Vishwdewa on 2012-02-26 10:21:46. It has been viewed 2861 times.
Rating of 6.5 with 18 votes
C++ is not a pure object oriented language because you can write code without creating a class in C++, whereas Java IS a pure object oriented language because every function requires a class.
More tips
Help your fellow programmers! Add a tip!