首页题库练习题目详情
面向对象程序设计单选题中等

通过反射创建对象时,以下哪个方法用于获取类的构造函数并创建实例?

AgetConstructor()
BnewInstance()
CgetDeclaredConstructor()
DgetFields()