单选题
以下关键字用来声明类的访问权限的是
A、
const
B、
static
C、
protected
D、
case
【正确答案】
C
【答案解析】
解析:C++中,关键字public、protected、private用来声明类的访问权限,答案为C。
提交答案
关闭