83.0k views
5 votes
What is the concept of Object Oriented Programming?


2 Answers

3 votes
As for this type of definition question, you can find many related questions on the Internet.
User Ceiling Gecko
by
5.5k points
6 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 Eadam
by
7.1k points