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 33533 times.
Rating of 5.9 with 151 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!