Question: Q1) Write java project for the following classes. Note that you must use inheritance. Class Shape: name, color. Constructor has parameter name. Method read color

 Q1) Write java project for the following classes. Note that you

Q1) Write java project for the following classes. Note that you must use inheritance. Class Shape: name, color. Constructor has parameter name. Method read color from keyboard. Method to return all members as String. Class circle: name, color, xCenter, yCenter, radius. Constructor has parameter name. Method read color, xCenter, Center, radius. Method to calculate area. Method to return all members as String. Notes: (area=pi*radius?)you need import to get pi (Import static java.lang. Math.*;)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!