单项选择题

()方法是类的默认方法,通过new命令生成对象实例时,自动调用该方法。

A._constuctor
B.toString
C.constructor
D._clone