Computer Science, asked by OnlyComputer, 8 months ago

What is Object in OOP ( Object Oriented Programming) ?

▪Don't copy▪
▪Don't Spam▪​

Answers

Answered by aishi2020
3

 <u>Answer</u>

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).

Answered by Anonymous
0

Answer:

object-oriented programming paradigms, object refers to a particular instance of a class, where the object can be a combination of variables, functions, and data structures.

Similar questions