answersLogoWhite

0

C is true object oriented

User Avatar

Anonymous

16y ago
Updated: 8/17/2019

No; C++ is.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Is c is complete object oriented programming language?

No. C is not object oriented. C++ is object oriented.


Why is C plus plus is not a true OOP language?

C++ is based on C. C was not object oriented, therefore the language was not made to be object oriented and moreover C++ is not a "true OOP language". It is simply a non-OOP language with OOP functionality built onto it.


Which is best C or C plus plus?

depends what you use it for. c++ = object oriented c = not object oriented


Is c plus plus 100 percent object oriented?

No; C++ is not 100% object oriented.


Why c is object oriented programming languages?

C isn't an object oriented language... C++ is, because it has classes.


Is c plus plus is pure object 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.


What is object in c?

C is not a object-oriented language, hence object does not exist in C


Why c plus plus is purely object oriented language?

No reason. It is not even true, on the first place.


Is c an object oriented programing language?

C language is not a program, and it isn't an object-oriented language either.


What are examples of Object Oriented programming language?

Machine code, assembly language and C are all non-object oriented programming languages. Fortran, COBOL, Pascal and BASIC were originally non-object oriented languages but there are now object-oriented variants of these languages. C++, C# and Java were all designed with object-oriented programming in mind from the outset.


How do you apply class diagram with programming languages which is not based on object-oriented like c?

You cannot. Class diagrams are only applicable to object oriented programming languages. C is not object oriented, but C++ is.


What is the object oriented version of c?

c++