Question: Write a class called Chair that implements the Comparable interface. Each chalr has a maker, material, and price (in dollars and cents). We wish to

Write a class called Chair that implements the Comparable interface. Each chalr has a maker, material, and price (in dollars and cents). We wish to order the chairs first by maker, then material, then price. All instance variables should be private, and there should be a constructor that initializes them. Implement the required methods, and any necessary supporting methods
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
