【发布时间】:2016-02-29 15:28:44
【问题描述】:
这个问题是针对 Java 的
这是一个例子:
public class A {
int thing = 1;
public class B {
int thing = 2;
System.out.println("I want to print out thing from class A" +what goes here?);
}
}
【问题讨论】:
标签: java class this outer-join