A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

method()方法可以通过类名直接调用,说明method()方法是被静态修饰的,show()可以被调用说明 Outer.method()返回的是一个对象,所有确定public static Inter show(){}
回复 使用道具 举报
public static Inter method(){
new Inter(){
public void show(){
system.out.println("HelloWorld");
}
}
}
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马