Ta上传的资源 (0)

静态方法将随着类的变化而变化,看例子: class Parent{ static void test(){System.out.println("hi,parent")}; } class Child extends Parent{ static void test(){System.out.pri