C language is an object oriented programming.what exactly object oriented programming is in laymen's as well as in technical terms? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

C language is an object oriented programming.what exactly object oriented programming is in laymen's as well as in technical terms?

need examples too...

22nd Sep 2016, 6:22 PM
sana khan
sana khan - avatar
3 Answers
+ 9
Someone can correct me if Im wrong but Object-oriented pretty much means that it literally references an object, C does this but not in the same way, C is an indirect approach and somewhat a work around., mainly because it's an old language and isn't advanced like C++ and C#.
22nd Sep 2016, 11:52 PM
SoraKatadzuma
SoraKatadzuma - avatar
+ 7
C doesn't have OOP. C++ and C# do. I don't want to get into too many details, but with OOP, you can define classes which serve as blueprints to create objects. Classes have attributes (variables representing the state of the object) and methods (functions to manipulate the object).
22nd Sep 2016, 8:22 PM
Zen
Zen - avatar
0
zen answered well!!
24th Sep 2016, 7:16 AM
Muhammad Muneeb Ijaz
Muhammad Muneeb Ijaz - avatar