1、C++类本身没有访问权限的概念,就是class Base。

2、类成员的访问权限有:public、protected、private

3、类的继承方式有:public、protected、private

04-27 19:52