???????????Щ?????????????壬????java?н????????ж??????

??????????????????????????????? java?????????????????????????е????????????????????????е????

????????????????????????????????????????????????£?

????java???????????ж?????????????????????????????????????????????????????

????????н?????????????????????У?

????1???????в??????????????????о?????????????????????????????????????????????????????????????????????????????????????

????2??????в????о??????????????????壩??????г?????????????????????????????????????????????????????????????????????????????

????????????????????????????д???

interface Humain {
    String arm = "2???????????";

    void output();
}

interface Horse {
    String leg = "4????????";

    void output();
}

interface Half extends Humain?? Horse {
}

public class HalfHorse implements Half {
    // ??????????????????????????
    // ??????????????????????
    public void output() {
        System.out.println("???????" + arm + "??" + leg + "???????");
    }

    public static void main(String[] args) {
        HalfHorse halfhorse = new HalfHorse();
        halfhorse.output();

    }
}

??????PS????????δ?????????????????

?????????????????????????к????????????????????Java???????????????????