关于this和super使用的JAVA面试试题
面试例题1:下面程序的结果是什么?[Trend公司面试题] class Tester { int var; Tester(double var) { this.var = (int)var; } Tester(int var)