package inherit2;

public class Demo {
    public static void main(String[] args) {
        Zi zi = new Zi();
        Zi zi1 = new Zi(78);
    }
}
