+ 45
What is oop?
7 Answers
+ 10
object-oriented programming
+ 29
I liked your explanation that it is simple and understandable đđ
+ 9
oop stands for object oriented programming
+ 7
Object Oriented Programming programming with Objects and classes
+ 4
Oop stands for objective oriented programming,
Oop is the advanced way to doing coding, it's works with objects and classes.
In Oop we don't need to write 2 to 3 line length code for taking actions like without Oop, just create a class or object and use it as many time as you want.
+ 3
OOP facilitates to develop complicated and large projects and to divide it into more or less separate parts so that it is not necessary to know other parts in details when a developer changes a part. It all contrasts with features of procedural or structural programming paradigms.