Computer Science, asked by jennieosm789, 11 months ago

What is Object Oriented Programming....?

Answers

Answered by Anonymous
2

Object-oriented programming (OOP) refers to a type of computer programming (software design) in which programmers define not only the data type of a data structure, but also the types of operations (functions) that can be applied to the data structure.

Hope this will help you..

Answered by Blasterboy107
0

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 an object's procedures that can access and often modify the data fields of the object with which they are associated.

Hope this help you mate

Pls mark as brainlest

Similar questions