Computer Applications
How are real world objects implemented/represented in software terms ?
Java Classes
9 Likes
Answer
The object is implemented in software terms as follows :
- Characteristics/attributes are implemented through member variables or data items of the object.
- Behaviour is implemented through member functions called methods.
- Data and methods are encapsulated into one unit and given a unique name to give it identity.
Thus, a real world object is represented in software terms as a software bundle of variables and related methods.
Answered By
6 Likes