previous
|
index
|
next
Diagramming Objects
Suppose we have the following objects:
someObject
, an instance of some class that wants to use the online shopping system
shirt1
, an instance of the
OxfordShirt
class, and
list
, an instance of the
ItemList
class
Objects can be represented in UML like this:
Note that object names start with lower case letters and are underlined.
previous
|
index
|
next