Question: Please help can't figure out this Override error and what is causing it. the error message says that method does not override or implement a
Please help can't figure out this Override error and what is causing it.


the error message says that method does not override or implement a method from a supertype. version IDE 8.2
package Dragon; public abstract class Dragon private final int breathDamage: private final String name: public Dragon) name="GenericDragon"; breathDamage-10: public Dragon (int breathDamage, String name) this.breathDamage = breathDamage; this.name -name; public int getBreathDamage) return breathDamage public String getName ) return name public abstract boolean isFriendly ) public static void main (String[ args)
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
