java程序,帮下忙,谢谢

提示NoenclosinginstanceoftypeTesttoStringisaccessible.Mustqualifytheallocationwithanenc... 提示No enclosing instance of type TesttoString is accessible. Must qualify the allocation with an enclosing instance of type TesttoString (e.g. x.new A() where x is an instance of TesttoString).为什么?怎样修改? 展开
 我来答
private_jacky
2011-11-12 · TA获得超过132个赞
知道答主
回答量:110
采纳率:0%
帮助的人:117万
展开全部
修改main方法:
public static void main(String[] args) {
Dog d = new TesttoString().new Dog();
System.out.println("d:" + d.toString());
}

你在静态main方法里面调用非静态的内部类Dog,这是不行的,非要这样做的话你要首先有TesttoString 类的对象,然后在使用这个对象生成Dog对象才行
子兴软件工作室
2011-11-12 · TA获得超过487个赞
知道小有建树答主
回答量:754
采纳率:50%
帮助的人:290万
展开全部
楼主给dog写一个构造函数试试
死了算了,没看清楼主的代码,楼主看 private_jacky 的答案吧
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式