Class类中通过getDeclaredMethod方法不能得到的方法有?

Class类中通过getDeclaredMethod方法不能得到的方法有?

A.自身的private方法

B.自身的public方法

C.父类的private方法

D.自身的protected方法

正确答案是C