Computer Science, asked by seemaraut222, 2 months ago

What is Object-Oriented Programming? ​

Answers

Answered by jesika0
2

Object-oriented programming is a programming paradigm based on the concept of "objects", which can contain data and cøde: data in the form of fields, and cøde, 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.

Similar questions