基于原型继承在现实项目中的应用

发布于 2024-11-07 09:49:49 字数 138 浏览 0 评论 0原文

基于类的继承显示了它在创建大型编程系统(尤其是 GUI 系统)方面的有用性。

如何将基于原型的继承应用到实际应用中?我们应该如何构建系统而不是创建类层次结构?

这里是否存在与基于类的 OOP 一样的基于原型的 OOP 的编程模式?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡写薰衣草的香 2024-11-14 09:49:49

nahab:这里是否存在基于真实原型的 OOP 的编程模式,就像基于类的 OOP 一样?

这个问题应该会引导您找到一些有关实用 Javascript 设计模式的好资源。

nahab:如何在现实生活中应用基于原型的继承?我们应该如何构建系统而不是创建类层次结构?

请参阅 Lua 用户(另一种基于原型的语言)的此列表,注意其在Adobe Lightroom

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文