接口內部類

接口內部類(代碼): package cn.tedu.inner; public class InnerDemo5 { //默認被static修飾 interface IDemo2{} public static void main(String[] args) { System.out.println(ODemo.IDemo1.j); } } interface ODemo{ //接口內部定義一
相關文章
相關標籤/搜索