Question
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
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 solve. If I can get some help looking over the code and how to fix it, I'd greatly appreciate.
Bicycle.java:[48,4] method does not override or implement a method from a supertype
TestFootPrint.java:[23,30] incompatible types: Building cannot be converted to CarbonFootprint TestFootPrint.java:[24,30] incompatible types: Car cannot be converted to CarbonFootprint TestFootPrint.java:[25,30] incompatible types: Bicycle cannot be converted to CarbonFootprint Building.java:[57,4] method does not override or implement a method from a supertype Car.java:[65,4] method does not override or implement a method from a supertype 6 errors
Not sure why this isn't working. any help would be greatly appreciated - will post full code if need be.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started