C++ 类声明语法
类声明语法:
class 类名 {
public:
t公有成员;
private:
t私有成员;
protected:
t保护成员;
};
3.83MB
文件大小:
评论区