单项选择题

假设A有构造方法A (int a),则在类A的其他构造方法中调用该构造方法和语句格式应为()

A. A(X)
B. this.A(x)
C. this(x)
D. super(x)