单项选择题

下列类X的构造函数中,正确的是()

A.int X(int m){...}
B.X(int m,int n){...}
C.void X(int m){...}
D.Y(int h,int m,int n){...}