C++类各种性质
摘要:
#include <iostream> #include <string> using namespace std; // 基类:动物(展示封装、继承、虚函数) class Animal { protected: string name; int age; public: // 构造函数重载(Ove 阅读全文
posted @ 2025-04-26 09:45 fag888 阅读(24) 评论(0) 推荐(0)
posted @ 2025-04-26 09:45 fag888 阅读(24) 评论(0) 推荐(0)
posted @ 2025-04-26 08:31 fag888 阅读(33) 评论(0) 推荐(0)