day11-匿名内部类的定义和使用【重点】
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.inmind.inner_class03;
|
||||
|
||||
public interface MyInterface {
|
||||
void method();
|
||||
}
|
||||
Reference in New Issue
Block a user