摘要: 1.基类中使用虚函数时,以引用的方式调用,可以动态绑定 #include <iostream> class Quote { public: std::string isbn() const; virtual double net_price(std::size_t n) const; }; clas 阅读全文
posted @ 2021-07-08 17:10 11YS 阅读(17) 评论(0) 推荐(0) 编辑
摘要: placeholder 忘记保存了 阅读全文
posted @ 2021-07-08 14:40 11YS 阅读(14) 评论(0) 推荐(0) 编辑