Singleton

I

Ishraq

Hello,

I am taking a UML class, and one of my assignment is to draw class diagram
for a system. I have problem with drawing this diagram in Visio; I don't
know how to represent the Singleton class in that program.

Will you help me please?

Thank you,
Ishraq
 
P

Paul Herber

Hello,

I am taking a UML class, and one of my assignment is to draw class diagram
for a system. I have problem with drawing this diagram in Visio; I don't
know how to represent the Singleton class in that program.

Just use the standard class symbol. The only thing special about a
singleton class is that it is limited to an instance count of 1.
 
Top