What is the concept of composition ?
A chained inheritance between several object (e.g Children inherits from Parent which inherits from GrandParent)
Children
Parent
GrandParent
When an object inherits from two different classes
When a class has for attribute a pointer to an other class
When a class has an other class as attribute