摘要: 用来修饰父类中的函数: 1、修饰父类中的普通函数: 1 #include <iostream> 2 #include <string> 3 #include <stdlib.h> 4 5 using namespace std; 6 7 class base 8 { 9 public: 10 voi 阅读全文
posted @ 2023-09-10 23:09 King--jin 阅读(100) 评论(0) 推荐(0)