会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
羲和i
博客园
首页
新随笔
新文章
联系
管理
订阅
文章分类 -
C++
C++继承
摘要:#例1 using namespace std; class Student{ public : void get_value(); void display(); protected: int num ; char name[10]; char sex[5]; }; void Student::g
阅读全文
posted @
2022-05-09 17:39
羲和i
阅读(27)
评论(0)
推荐(0)
公告