I know it is possible to specify the multiplicity within the same class box, without having to draw the link to another class.
My question is, Where should the multiplicity go, after the name or after the type?
Is it:
visibility name multiplicity : type
as
+ clients [0..n] : Client
or
visibility name : type multiplicity
as
+ clients : Client [0..n]
I have two books (Applitying UML and Patterns by Larman and UML and the Unified process by Arlow and Newstadt ) but they differ