Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

4. Create a shape interface that has the method for setColor. Have a rectangle and circle class inherit from it. They should have: a. Regular

4. Create a shape interface that has the method for setColor. Have a rectangle and circle class inherit from it. They should have: a. Regular constructor b. Variables c. Accessors and mutators d. A method for area e. The rectangle class should output Im in rectangle. and its color for the color method and the circle class should output Im in circle and its color for the color method. 5. Create an array in main that uses polymorphism to instantiate your rectangle and circle classes. 6. Create a method that accepts a Shape object and outputs the color method. 7. Write a method that takes in a String array and sorts it.

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

Oracle9i Database Administrator Implementation And Administration

Authors: Carol McCullough-Dieter

1st Edition

0619159006, 978-0619159009

More Books

Students also viewed these Databases questions

Question

4. What advice would you give to Carol Sullivan-Diaz?

Answered: 1 week ago