摘要: 接口: *接口定义:使用interface关键字 * [修饰符] interface 接口名 [extends 父接口1,父接口2...]{ * //常量的声明 * //方法的声明 * } *接口成员的特点: *1.接口中所有的成员变量是常量,默认修饰符为public static final *2 阅读全文
posted @ 2017-06-08 11:23 咫尺天涯是路人丶 阅读(1080) 评论(0) 推荐(0)