单选题
有如下程序:
若程序的输出结果是BD,则划线处缺失的部分是( )。
A、
fun();
B、
Base.fun();
C、
Base::fun();
D、
Base->fun();
【正确答案】
C
【答案解析】
考察域作用符
提交答案
关闭