Comment on the following statement An object has a set of at
Comment on the following statement:
An object has a set of attributes and these attributes accept a range of values. The combination of these attributes and their associated values constitute the state of an object.
DQ2-1 OOAD
Solution
A person has age and it keeps on changing contineously, so the value of attribute age changes but the object remains the same, so the state of object changes.
