A.有參構(gòu)造方法 B.無參構(gòu)造方法 C.公共的構(gòu)造方法 D.公共無參構(gòu)造方法
A.mth.invoke(obj) B.mth.setAccessible(true) C.mth.getDeclaredMethod(name) D.obj.showInfo()
A.Class對象 B.Constructor對象 C.Method對象 D.Field對象