接口與抽象類練習

class Work1 {    public static voidmain(String[] args)    {             PingAth p = newPingAth("乒乓球運動員",20);             System.out.println(p.getName()+",年齡是:"+p.getAge());             p.play();      
相關文章
相關標籤/搜索