What is Object in OOP ( Object Oriented Programming) ?
▪Don't copy▪
Answers
Answered by
2
Answer:
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.
hope it helps!
Answered by
0
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