Peer-to-peer relationship is a type of _________.
-
Association
-
Aggregation
-
Link
-
None of these options
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.