Need Help Please Built Program Seeing Codes Thrown T Figure Solve Get Help Looking Code Fi Q43904545
I need some help please. I have built my program but I am seeingsome codes being thrown that I can’t figure out how to solve. If Ican get some help looking over the code and how to fix it, I’dgreatly appreciate.
Bicycle.java:[48,4] method does not override or implement amethod from a supertype
TestFootPrint.java:[23,30] incompatible types: Building cannotbe converted to CarbonFootprint
TestFootPrint.java:[24,30] incompatible types: Car cannot beconverted to CarbonFootprint
TestFootPrint.java:[25,30] incompatible types: Bicycle cannot beconverted to CarbonFootprint
Building.java:[57,4] method does not override or implement a methodfrom a supertype
Car.java:[65,4] method does not override or implement a method froma supertype
6 errors
Not sure why this isn’t working. any help would be greatlyappreciated – will post full code if need be.
Expert Answer
Answer to I need some help please. I have built my program but I am seeing some codes being thrown that I can’t figure out how to …
OR