[单选题]
以下( )成员函数表示纯虚函数。
A.virtual int vf(int)
B.void vf(int)=0
C.virtual void vf()=0
D.virtual void vf(int){}
参考答案与解析: