Class-based inheritance shows its usefulness in creating big programming systems, especially GUI systems.
How can be applied Prototypical-based inheritance in real life applications? How we should build system instead of creating classes hierarchies?
Are here exist any programming patterns for real prototypical based OOP as exists for class-based OOP?