引用对象的属性
我在eclipse打上了老师讲的代码,运行出错。就是如题所说得。在Hello类中引用Helloworld类的属性。
public class Hello {
public static void main(String[] args) {
Helloworld he=new Helloworld();
he.a=5;//提示错误
}
我在eclipse打上了老师讲的代码,运行出错。就是如题所说得。在Hello类中引用Helloworld类的属性。
public class Hello {
public static void main(String[] args) {
Helloworld he=new Helloworld();
he.a=5;//提示错误
}
2017-01-14
举报