Aggregation is a concept in object-oriented programming that defines a “has-a” relationship between objects, where one class contains an object reference to another class. Unlike inheritance (an “is-a” relationship), aggregation …
Tag: