Class类中,通过getMethod方法可以得到的方法有?

Class类中,通过getMethod方法可以得到的方法有?

A.自身的public方法

B.继承自父类的public方法

C.实现接口的public方法

D.自身的private方法

正确答案是ABC