2022年11月28日

实验5 继承和多态

摘要: task4 pets.hpp #pragma once #include <iostream> #include <string> using namespace std; using std::string; class MachinePets { public: MachinePets(cons 阅读全文

posted @ 2022-11-28 14:02 cflxl 阅读(29) 评论(0) 推荐(0) 编辑

导航