KnowledgeBoat Logo
|

Computer Applications

Explain the anatomy of an object.

Objects & Classes

84 Likes

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.

Answered By

52 Likes


Related Questions