等价于 public class MyClass extends Object {…} 由于Java 所有的类都是Object 类的子类,所以任何Java 对象都可以调用Object 类的方法。常见的方法如表1 所示。
確定! 回上一頁