package inherit2;

public class Fu {
    public void show(){
        System.out.println("FU.SHOW");
    }
}