摘要:
import java.util.Scanner; public class EnumTestO { /** * @author:lixh */ public static void main(String[] args) { // TODO Auto-generated method stub // ... 阅读全文
摘要:
package interfacepage.model; public interface InterfaceTestO extends InterfaceTestT{ /** * 6.1.2 接口的特性 * * 1.接口不能创建对象 * 2.声明一个变量引用必须指向实现接口的类 * * * 3.接口中不能... 阅读全文