2018年10月26日

USB接口程序设计

摘要: 代码部分 package D6; public class test { public static void main(String[] args) { // TODO 自动生成的方法存根 Computer c=new Computer(); IO io=new IO(); c.add(io.ne 阅读全文

posted @ 2018-10-26 08:23 Jision 阅读(1514) 评论(0) 推荐(0) 编辑

ObJect下P118

摘要: 4.2Final关键字 4.3抽象类与接口 4.3.1 接口 关键字:interface and implements package D5; //定义接口Animalinterface Animal{ //定义全局常量默认修饰符是public static final String name="动 阅读全文

posted @ 2018-10-26 01:19 Jision 阅读(137) 评论(0) 推荐(0) 编辑

导航