what is an object in terms of software?
Answers
Answered by
6
Answer:
An object is a software bundle of variables and related methods. You can represent real-world objects by using software objects.
Answered by
3
Answer:
A software object. Software objects are conceptually similar to real-world objects: they too consist of state and related behavior. An object stores its state in fields (variables in some programming languages) and exposes its behavior through methods (functions in some programming languages).
I hope it help you :-)
Similar questions