Which relationship is a weak has-a relationship where the child can exist independently?
Practice this question from Quiz: OOP Relationships, with options and an explanation.
Question
Which relationship is a weak has-a relationship where the child can exist independently?
Option A — Correct answer
Aggregation
Aggregation does not imply strong lifecycle ownership.
Option B
Composition
Option C
Method overloading
Option D
Encapsulation