通过继承(inheritance),联系在一起的类构成一种层次关系
基类(base class):定义共同拥有的成员
派生类(derived class):定义特有的成员
虚函数(virtual function):基类希望派生类各自定义
2022-01-20