What is Object in OOP ( Object Oriented Programming) ?
▪Don't copy▪
▪Don't Spam▪
Answers
Answered by
3
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
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