0
What is oop
the major motivating factor in the invention of oop approach is to remove some of flows in countered in procegral approach oop treat in the program development and does not allow it to flow freely around the system it ties data more closely to the function that oprates on it
2 Réponses
+ 1
oop mean "Object Orientated Programming" Where the major problem are divided into objects and solve them accordingly...this helps us in solving real life problems which were not possible in pop (procedure orientated programming)
0
OOP stands for Object Oriented Programming. It's one of several programming paradigms any given language can feature. In OOP, code is associated with the data it operates on in classes. Programs are generally structured as relationships between objects.