千鋒學習第17天

越努力,越幸運   public class TestApplyInterface {     public static void main(String[] args) {         Dog dog = new Dog();         dog.swim();         dog.run();     } } abstract class Animal{     String b
相關文章
相關標籤/搜索