Question: Description Object Oriented Gift Exchange List Many companies hold a holiday gift exchange and randomly select partners from the employees that chose to participate. This



Description Object Oriented Gift Exchange List Many companies hold a holiday gift exchange and randomly select partners from the employees that chose to participate. This assignment will have you build objects needed to implement a gift exchange list, then randomly assign the partners in the list. In order to accomplish this, you will build a list that holds participant objects. Properties forthe list and participant objects will be set and manipulated through their public member functions. Objects Specifications Note: Create separate header and cpp les for each object class dened below below. Participant List Object a Private Member Variables (Private Properties) 0 Vector that contains pointers to Participant objects The rst part of the denition is: vector
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
