HAS-Relation
In the system using delegation described above we have seen that an object must have an
instance of its super-class in its attributes in order to be able to delegate an unknown
message to a higher level.
Of course an object may have instances of several super-classes making it easy to implement
multiple inheritance.