Question: Define the plus operator for this class that would allow a user of ShoppingList to use code such as this: MyList = MyList + jeans
Define the plus operator for this class that would allow a user of ShoppingList to use code such as this: MyList = MyList + jeans + shoes + socks; to add items to a ShoppingList named MyList.

public class ShoppingList { private List
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
