问题详情
以下哪个基类中的成员函数表示纯虚函数()。
A.virtual void vf (int)
B.void vf (int)=0
C.virtual void vf(=0)
D.virtual void vf (int) {}
请帮忙给出正确答案和分析,谢谢!