以下基类中的成员函数表示纯虚函数的是

以下基类中的成员函数表示纯虚函数的是
A、virtual void tt() =0;
B、void tt(int)=0;
C、virtual void tt(int);
D、virtual void tt(int){}
【正确答案】:A