package com.inmind.final01; public class Zi extends Fu{ /*@Override public void method() { System.out.println("子类重写父类的方法"); }*/ }