我问你来答
public void call() {
// TODO Auto-generated method stub
System.out.println("sdfsds");
}
这是抽象类中,父类已经写好方法了,但是子类中的call()给我报错了,这是为什么
- The method call() of type Phone must override or implement a supertype
method
public void call() {
// TODO Auto-generated method stub
System.out.println("sdfsds");
}
这是抽象类中,父类已经写好方法了,但是子类中的call()给我报错了,这是为什么
- The method call() of type Phone must override or implement a supertype
method
2018-08-07
举报