[单选题]

在一个类体的下列声明中,正确的纯虚函数声明是______ 。

A.virtual void vF()=0;

B.void vf (int)=0;

C.virtual int vf (int);

D.virtual void vf (int)”

参考答案与解析: