java里面interface的问题,紧急求助啊!_百度知道
最佳答案: 不清楚你的题目内容,如果你描述没有错误的话,那么根本就有错误 static void test5() { TreeInterface t = null; // t = new Tree("top", 300,...更多关于java中的nullinterface的问题>>
java中implements和Interface的区别_百度知道
[专业]答案:implements是一个类实现一个接口用的关键字,是用来实现接口中定义的抽象方法。 比如:people是一个接口,里面有say这个方法。 public interface people(){...更多关于java中的nullinterface的问题>>