• 2021-04-14
    (6-6)在类Person中定义了如下方法say(), Person类中的 ()方法能正确调用say()方法。
    class Person{
    public static void say(){}
    }