抽象方法的继承时出现的问题
创建shape类的时候代码没有问题,另一张图中的Rectangle类是继承shape类的,其中代码第6行,第13行都是同一个问题,问题的描述为:
Multiple markers at this line
- The method getCircumference() of type Rectangle must
override or implement a supertype method
- implements com.imooc4.Shape.getCircumference
这该如何解决啊