OOP | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

OOP

what is OOP ?

9th Sep 2016, 4:36 PM
peyvand azizi
peyvand azizi - avatar
3 Answers
+ 2
From Wikipedia: Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods.
9th Sep 2016, 5:51 PM
Zen
Zen - avatar
0
OOP is abbreviation for Object Oriented Programming.
9th Sep 2016, 6:29 PM
Nenad__
Nenad__ - avatar
0
C is procedure oriented language I.e it is mainly concerned about the procedure(logic applied). where as oops deals with objects. Considering a security system let one of the object be door it's properties (like colour, size )and functions( like open and close) are specified in class. Class is used to define different kinds of objects.
15th Sep 2016, 4:12 PM
Bhanu Prakash
Bhanu Prakash - avatar