
Please neglect any other arrow excluding the single simple arrow on which 1..1 or anything like that is written at the end
I have refered to many websites and many books giving introductions to UML 2.0 and i came across two conventions used
when two classes are connected by a single line without arrow and either 1..1, 1..*, etc is written at the end of line, then
Assuming that at the end of line joining purchasePlan and User the term is 1..* not 0..*
1) according to one convention we create PurchasePlan object's array in User class according to diagram and one object of User in PurchasePlan
2) according to second convention we create only array of objects of purchaseplan in User, but not user's object in PurchasePlan
So which convention is the most widely used or the standard one?