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