Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write in java with comments ( CarbonFootprint Interface: Polymorphism) Using interfaces, as you learned in this chapter, you can specify similar behaviors for possibly disparate

Write in java with comments ( CarbonFootprint Interface: Polymorphism) Using interfaces, as you learned in

this chapter, you can specify similar behaviors for possibly disparate classes.

Governments and companies worldwide are becoming increasingly concerned with

carbon footprints (annual releases of carbon dioxide into the atmosphere) from

buildings burning various types of fuels for heat, vehicles burning fuels for power, and

the like. Many scientists blame these greenhouse gases for the phenomenon called

global warming.

Create three small classes unrelated by inheritanceclasses Building, Car and Bicycle.

Give each class some unique appropriate attributes and behaviors that it does not have

in common with other classes.

Write an interface CarbonFootprint with a getCarbonFootprint method. Have each of

your classes implement that interface, so that its getCarbonFootprint method calculates

an appropriate carbon footprint for that class (check out a few websites that explain

how to calculate carbon footprints).

Write an application that creates objects of each of the three classes, places references

to those objects inArrayList, then iterates through theArrayList,

polymorphically invoking each objects getCarbonFootprint method. For each object,

print some identifying information and the objects carbon footprint.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Expert Performance Indexing In SQL Server

Authors: Jason Strate, Grant Fritchey

2nd Edition

1484211189, 9781484211182

More Books

Students also viewed these Databases questions