450,700 views
11 votes
11 votes
What is the concept of Object Oriented Programming?


User Neena Vivek
by
2.1k points

2 Answers

25 votes
25 votes
As for this type of definition question, you can find many related questions on the Internet.
User Burak Tokak
by
3.1k points
8 votes
8 votes

Answer:

concept of "objects", which can contain data and code

Step-by-step explanation:

Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields (often known as attributes or properties), and code, in the form of procedures (often known as methods).

User PookyFan
by
2.8k points