以下基类中的成员函数表示纯虚函数的是()
(A) virtual void tt()=0
(B) void tt(int)=0
(C) virtual void tt(int)
(D) virtual void tt(int){}
出自:河南工程学院高级语言程序设计