开发者

Application based on Prototypical inheritance in real life projects

C开发者_如何转开发lass-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?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜