+ 2
What is oop?
2 Respuestas
+ 3
OOP = Object-Oriented Programming. Basically, in this paradigm, you define classes with attributes and methods which serve as blueprints to create objects with which you can interact with.
+ 2
OOP's full form is as said by zen
oop is invented to work with real world objects