0
6.2kviews
Explain multiplicity with example.

Subject: Object Oriented Modeling and Design

Difficulty: Medium

Marks: 4 Marks

1 Answer
0
647views

Multiplicity: -

Multiplicity specifies the number of instances of one class that mayrelate to a single instance of an associated class.

The UML specifies multiplicity with following notations:

  • ”1” exactly one
  • “1…*” One or more
  • “3-5” three to five
  • “0..1” zero to one
  • “2,4,18” two, four or eighteen
  • “*” denotes …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.