子类

  1. 调用()父类方法

super.method()

  1. 子类构造器
  1. super(...)

继承层次

多态