为什么会出错...
public abstract class Telphone {
public abstract void call();
public abstract void message();
}
然后也确定了父类
然后出错是Multiple markers at this line
- Method breakpoint:Cellphone [entry] - call()
- implements com.mazi.Telphone.call
- The method call() of type Cellphone must override or implement a supertype
method