<<< Object design principles | Index | >>> |
Data items or attributes are placeholders for all of the data values.
The value of each data item is unique and not shared with other parts of the system.
Combined values of all of the data items represent the state of the object.
<<< Object design principles | Index | >>> |