单选题
以下( )成员函数表示纯虚函数。
A、
virtual int vf(int)
B、
void vf(int)=0
C、
virtual void vf()=0
D、
virtual void vf(int)
【正确答案】
C
【答案解析】
提交答案
关闭