This is trying to get closer to multiple inheritance. What we do is implement multiple interface, here we are not extending (inheriting) anything.
The implementing class is the one that is going to...