摘要: 一、 继承与派生的基本概念 #include<bits/stdc++.h> using namespace std; class Student{ private: string name; char sex; int height,weight; public: Student(string _n 阅读全文
posted @ 2021-12-01 17:17 wanghai673 阅读(38) 评论(0) 推荐(0)