摘要: 派生类练习 #include <iostream>#include <string>using namespace std; class Animal{ public: Animal() {} void set_weight(int w) { m_nWeightBase=w; } int get_w 阅读全文
posted @ 2023-05-09 18:26 涨涨涨张 阅读(10) 评论(0) 推荐(0) 编辑