What is Object in OOP ( Object Oriented Programming) ?
▪Don't copy▪
Answers
Answered by
3
Explanation:
In the class-based and 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.
I hope it is helpful to you.
Mark me as brainlist.
Answered by
4
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).
Similar questions