知迩

2024年12月8日

实验5 继承和多态

摘要: 实验任务3 1 #ifndef PETS_HPP 2 #define PETS_HPP 3 4 #include <string> 5 #include <iostream> 6 7 class MachinePets { 8 protected: 9 std::string nickname; 1 阅读全文

posted @ 2024-12-08 10:36 知迩 阅读(3) 评论(0) 推荐(0) 编辑

导航