Chat with our AI personalities
what is a task-oriented software? what is task oriented software
machine
logic oriented graphics oriented
Logic Oriented Graphic Oriented
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.