CIS-123 Home http://www.c-jump.com/bcc/c123c/c123syllabus.htm
|
|
|
|
Link to this video on YouTube: Classes and Instances of Objects
Data stored within an object represents the state of the object.
In OO modeling terminology, the data is called attributes.
|
|
Link to this video on YouTube: UML Class Diagram
|
|
|
|
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.