摘要: import java.util.Scanner; public class EnumTestO { /** * @author:lixh */ public static void main(String[] args) { // TODO Auto-generated method stub // ... 阅读全文
posted @ 2018-01-08 22:14 aLa神灯 阅读(79) 评论(0) 推荐(0) 编辑
摘要: package interfacepage.model; public interface InterfaceTestO extends InterfaceTestT{ /** * 6.1.2 接口的特性 * * 1.接口不能创建对象 * 2.声明一个变量引用必须指向实现接口的类 * * * 3.接口中不能... 阅读全文
posted @ 2018-01-08 18:03 aLa神灯 阅读(97) 评论(0) 推荐(0) 编辑