单项选择题

在下列函数原型中,可以作为类AA构造函数的是( )。

A.void AA(int);
B.int AA();
C.AA(int)const;
D.AA(int);