以下哪个基类中的成员函数表示纯虚函数()
A.virtualvoidvf(int)
B.voidvf(int)=0
C.virtualvoidvf=0
D.virtualvoidyf(int){}
正确答案是C