Define the real word and software objects
Answers
Answered by
0
Answer:
You can look around you now and see many examples of real-world objects: your dog, your desk, your television set, your bicycle. ... Software objects are modeled after real-world objects in that they, too, have state and behavior. A software object maintains its state in variables and implements its behavior with methods.
Answered by
0
I think. 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).
Similar questions