Is c plus plus is pure object oriented?

1 answer

Answer

1161903

2026-05-01 07:50

+ Follow

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.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.