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

以下哪个方法可以用于获取类的所有方法(包括私有方法)?

AgetMethods()
BgetMethod()
CgetDeclaredMethods()
DgetDeclaredMethod()