Question: (b) Given below is a class Item that has attributes name and quantity. This class must implement the comparable interface. Your task is to implement

(b) Given below is a class Item that has attributes name and quantity. This class must implement the comparable interface. Your task is to implement the method for this interface. The ordering is based on item name only. class Item implements Comparable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
