如果使用class声明类,并且没有使用public、private和protect,则成员和成员函数都是私有的。
不做特别说明,类的数据成员和成员函数都被认为是private
struct 默认是 publicclass 默认是 private
默认都是私有的。