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
7.6k 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
9.2k points

No related questions found