How is named the relation between the Component and the Container class in the following code ?
Component
Container
class Component {}; class Container { Component* c; };
Composition
Aggregation
Inheritance
Agglomeration