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?

link|improve this question

62% accept rate
feedback

1 Answer

nahab: Are here exist any programming patterns for real prototypical based OOP as exists for class-based OOP ?

This question should direct you to some good resources on practical Javascript Design Patterns.

nahab: How can be applied Prototypical-based inheritance in real life applications? How we should build system instead of creating classes hierarchies?

See this list of Lua users (another prototype-based language), taking note of its use in Adobe Lightroom.

link|improve this answer
I was thinking that no one will answer this question at all :) – nahab Dec 27 '11 at 9:57
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.