package inherit2;

public class Fu {
    int age=10;
    public void show(){
        System.out.println("FU");
    }
}