为了账号安全,请及时绑定邮箱和手机立即绑定

下面的匿名内部类哪里错误?

下面的匿名内部类哪里错误?

qq_丘比特_0 2016-04-08 22:55:53
class    Outer{ int x=3; public  void  function() { new  AbsDemo() { void  show() { System.out.println("x="+x); } interface  Test { static  class  Inner  implements  Inner { public  void  method() { System.out.println("method run"); } } } static   Inter  function() { return  new  Inner(); } } class  InnerClassTest { public  static  void  main(String[] args) { Test.function().method(); } }
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1093 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信