[单选题]

以下()成员函数表示纯虚函数。

A . virtualintvf(int);

B . voidvf(int)=0;

C . virtualvoidvf()=0;

D . virtualvoidvf(int){};

参考答案与解析: