单项选择题

以下成员函数哪个表示纯虚函数?

A.virtual int vf(int)
B.void vf(int)=0
C.virtual void vf()=0
D.virtual void vf(int){}