answersLogoWhite

0

C isn't an object oriented language...

C++ is, because it has classes.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

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 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 create multiple inheritance in c?

You don't. Inheritance is a feature of object oriented programming languages. C is not object oriented.


Is C programming procedural or object oriented?

C is a weakly typed procedural programming language. For object oriented programming languages near C, you can look at ooc ( http://ooc-lang.org/ ), C++, D, and Java.


What programming language is Microsoft Excel Programmed in?

Object-Oriented languages


What are the two major types of programming languages in c plus plus?

Object oriented programming and structured programming.


Is c is complete object oriented programming language?

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


What has the author Edmund W Faison written?

Edmund W. Faison has written: 'Borland C [plus plus] 4 object-oriented programming' 'Borland C++ 3 object-oriented programming' -- subject(s): Borland C++, C++ (Computer program language), Object-oriented programming (Computer science) 'BorlandC[plus plus] 4.5 object-oriented programming' -- subject(s): Borland C., C., Object-oriented programming (Computer science) 'Borland C++ 3.1 object-oriented programming' -- subject(s): Borland C++, C++ (Computer program language), Object-oriented programming (Computer science)


What is the namespace in c?

C has no concept of namespaces. Namespaces are typically found in object-oriented programming languages as a means of organising code.


What are Objects and Classes in C programming?

C is not an object-oriented programming language. As such there is no such thing as an object or a class in C programming. C++ is the object-oriented version of C (originally known as C with Classes). The two are separate languages that share a common syntax. A class is a datatype, much like a struct in C, except that you can define functions as members as well as data. An object is an instance of a class.


What actually mean by object oriented programming Is C plus plus is a object oriented programming?

Just eat a watermellon!


Is c object oriented or object based?

C is a procedural programming language.


Object oriented programming in c sharp?

Yes, C# is object orientated.


Is c complete object oriented programming language?

No, but C++ is.


Various object oriented programming languages?

C++, Java, smalltalk, simula, perl, python, ruby, D, Eiffel, JavaScript...


How many programming languages are?

Thousands! Programming languages number in the thousands, from general purpose programming languages such as C++, Java, and others, to special purpose languages which are used in one application. They can be ordered by type (structured, object-oriented, functional, etc.) or by history, or syntax. See the related list of programming languages.


Why we are specifying C programming as structure oriented program?

Hint. Is not object oriented.


An object-oriented programming language is necessary to do object-oriented programming?

small talk yes java yes c++ no delphi no etc...


What is the approach of C programming known as?

Sequential style, or function-oriented. Which is opposed to object-oriented, as in C++.


Who invented cpp?

Bjarne Stroustrup is the recognized inventor of the C++ object oriented programming language. C++ was an enhancement to the C language, which was not object oriented.