What is OOP? :-) WHAT IS OOP? :-(
Answers
Answered by
12
Answer:
Object-oriented programming is a programming paradigm based on the concept of "objects", which can contain data, in the form of fields, and code, in the form of procedures. A feature of objects is that an object's own procedures can access and often modify the data fields of itself.
Answered by
6
Object Oriented Programming ( OOP ) is a programming paradigm in which data functions are wrapped into a single unit.
Similar questions