Class 的继承

  1. 简介
  2. Object.getPrototypeOf()
  3. super 关键字
  4. 类的 prototype 属性和proto属性
  5. 原生构造函数的继承
  6. Mixin 模式的实现

你可能感兴趣的:(Class 的继承)