方法重载(overload)实现的是编译时的多态性(也称为前绑定) 方法重写(override)实现的是运行时的多态性(也称为后绑定) 来源:https://www.cnblogs.com/Yanss/p/11673191.html 标签 overload override