Can someone explain me what is object oriented programming in the most most most simplest words??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can someone explain me what is object oriented programming in the most most most simplest words???

9th Jan 2020, 2:24 PM
Risshi Raj Sen
Risshi Raj Sen - avatar
4 Answers
+ 2
In OOP you bind data to functions related to it, and protect it from the rest of the code.
9th Jan 2020, 2:42 PM
HonFu
HonFu - avatar
+ 2
OOP: a set of rules and constructs (objects, classes) which help the programmer in two different ways: (a) inheritance - you can easily reuse, adapt and expand the code written by others (b) encapsulation - you can hide and isolate some code and associated data without messing with it
9th Jan 2020, 10:37 PM
Bilbo Baggins
Bilbo Baggins - avatar
0
Brahmanda and Pinda
9th Jan 2020, 5:54 PM
\•/
\•/ - avatar