Jump to

v06-l1-definition

(random out of 15)

How is named the relation between the Component and the Container class in the following code ?

class Component {};

class Container {
    Component* c;
};

???