千锋学习第17天

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