首页
编程
java
php
前端
首页
编程
java
php
前端
请问这样定义类有错吗?问
public class test extends Object{ ... }
没有错,但没必要,因为所有类默认继承Object类,不需要写出来
点击展开全文