# The concept of Aggregate

By [rojeck](https://paragraph.com/@rojeckluo) · 2021-11-28

---

    Aggregation represents a weak "ownership" relationship, which is generally expressed as a loose relationship between the whole and the part. In fact, the so-called whole and part can also be completely unrelated. For example, object A holds object B, object B is not part of object A, that is, the life cycle of object B is managed by object B itself, and is not related to object A.

---

*Originally published on [rojeck](https://paragraph.com/@rojeckluo/the-concept-of-aggregate)*
