what is an object in computer applications
Answers
Answered by
3
In computer science, an object can be a method, a data structure or a function. As far as class-based object-oriented programming paradigms are concerned, an object is defined as an instance of a class where variables, methods and data structures come together to make an object.
Answered by
2
Answer:
an object has state (data)
and the behavior (code)
Similar questions