摘要: (1)今天学习了接口 (2)明天学习形参和返回值和内部类 (3) 1 接口的特点 关键字 interface 格式 public interface 接口名{} 类实现接口用implements表示 public class 类名 implements 接口名{} 接口通过多态的方式实例化 2 接口 阅读全文
posted @ 2021-07-24 20:38 Cuora 阅读(31) 评论(0) 推荐(0)