摘要:
第一个例子:import java.lang.*;public class Test { public static void main(String[] str) { Fun(new MyInterface(){public void Say() { System.out.println("this is temp interface"); }}); Fun(new People(){public void Say() { System.out.println("this is temp class"); }}); } static void Fun( 阅读全文
posted @ 2011-02-23 10:18
再快一点
阅读(280)
评论(0)
推荐(0)
浙公网安备 33010602011771号