Computer Applications
Answer
Objects are the basic units of an object oriented system. An object is an identifiable entity that has its own set of attributes, behaviour and state. Attributes are individual characteristics that differentiate one object from another. Behaviour is defined by the set of functions or operations an object can perform. State is defined by the set of values held by its attributes.
Related Questions
State whether the following statement is True or False :
Objects interact with each other through messages.
What are objects? Give five examples.
Explain the following statement — "Class is a specification for objects".
Explain the following statement — "Abstraction is relative to the perspective of the viewer".