No. C is not object-oriented, it is a procedural language.
C++, while object-oriented, is not purelyobject-oriented. One of the requirements for a pure object-oriented language is that everything is an object. C++ still has primitive data types (int, long, double, etc.), and so is not purely object-oriented.
Copyright © 2026 eLLeNow.com All Rights Reserved.