Multiple choice technology programming languages

Peer-to-peer relationship is a type of _________.

  1. Association

  2. Aggregation

  3. Link

  4. None of these options

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Peer-to-peer relationship in UML is a type of association where two classes interact as equals, neither containing the other. Unlike aggregation (whole-part) or composition (strong ownership), peer-to-peer represents a collaborative relationship where both classes have comparable status.