Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 186 Bytes

17-24-类的继承与多态意思.md

File metadata and controls

5 lines (4 loc) · 186 Bytes

17-24-类的继承与多态意思

  1. 子类继承父类所有的方法
  2. 父类不能继承子类
  3. 子类再去修改父类里面的方法,子类都是新的方法(多态)