ICSE Class 9 Computer Applications Question 2 of 10

Elementary Concepts of Objects and Classes — Question 2

Back to all questions
2
Question

Question 2

Explain the anatomy of an object.

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.