摘要: C++中的 "override" - 简书 (jianshu.com) 1 #include <iostream> 2 3 using namespace std; 4 5 class Hum 6 { 7 protected: 8 string name; 9 public: 10 Hum(stri 阅读全文
posted @ 2022-04-24 14:14 小小林林 阅读(39) 评论(0) 推荐(0) 编辑