(a) Define a class for your item including a constructor.(b) Write a function that loads csv text(the function up to you)
then creates an array of items using the above class’s
constructor.(c) Add a print method to your class. Write test code that
prints your item array using this method.Your faceted search item will have at least one categorical
attribute. For example a clothing store item could have an
attribute called colour, its values could be red, white, black
etc.Your...