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