如何获取public修饰符修饰的Method对象?
A.getDeclaredMethods();
B.getMethods();
C.getMethod(String methodName);
D.getFields();
正确答案是BC