System Development

  1. How would you show the existence of a list in a class diagram?
  2. How would you show multiple classes relations to one another?
  3. Provide an example to various types of relations
  4. Define the term multiplicity

Question 1

Amongst the properties listed you would define a list as such Name | DataType<>

Question 2

Multiple arrows pointing from one to another vv.

Question 3

1️⃣ Association (→)

2️⃣ Aggregation (◇)

3️⃣ Composition (◆)