实验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
posted @ 2022-11-28 14:02
posted @ 2022-11-04 09:03