0
9.3kviews
Define multiplicity and qualified association with appropriate example.

Subject: Object Oriented Modeling and Design

Difficulty: Medium

Marks: 4 Marks

1 Answer
2
1.1kviews

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 2 others joined a min ago.

Please log in to add an answer.