多项选择题

A.c1.getMethods()
B.c1.getMethod("name",Person.class)
C.c1.getDeclaredMethods()
D.c1.getDeclaredMethods(“fddf”)