Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想了解 JavaScript 是否真的支持多态性?使用函数参数,函数重载看起来没问题,但是在经典 OO 中使用继承来覆盖函数?JavaScript是否也支持任何输入指针都会有所帮助。
JavaScript 是一种面向对象的语言,但不是通过经典的 OO。它通过原型设计来支持它。我会对 Java Script 和原型设计做一些研究——从那里开始