extends、super 与派生类初始化 | JavaScript
本章覆盖:extends;super();super.method;派生类 constructor 中 this 的初始化时机;static inheritance;继承链与原型链关系。
本章知识点
- extends
- super()
- super.method
- 派生类 constructor 中 this 的初始化时机
- static inheritance
- 继承链与原型链关系
本章覆盖:extends;super();super.method;派生类 constructor 中 this 的初始化时机;static inheritance;继承链与原型链关系。