单项选择题

下面的哪些表达式可以加到构造方法中的“// 调用两个参数的重载的构造方法”处?()

A. Person(n,a);
B. this(Person(n,a));
C. this(n,a);
D. this(name,age);