试题详情

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

Avirtual int vf(int)

Bvoid vf(int)=0

Cvirtual void vf()=0

Dvirtual void vf(int){}