单选题 在下面的4个关键字中用来说明虚函数的是( )。
【正确答案】 A
【答案解析】解析:C++中用virtual关键字声明虚函数。而public、protected、private为成员访问限定符。