2017年11月13日

摘要: Vehicle 一个车辆的虚基类 class Vehicle {public: virtual double weight()const = 0; virtual void start() = 0; virtual Vehicle* copy() = 0; virtual ~Vehicle() {} 阅读全文
posted @ 2017-11-13 22:21 itdef 阅读(268) 评论(0) 推荐(0)

导航