CECS 282
LAB ASSIGNMENT 9
Assigned date:
11/30
Due date:
12/6

20 points

Objectives

Prelab

Problem

Create class called person with the following property and methods:

Ccreate a multiset to hold pointers to person objects. Define the multiset with the comparePersons function object, so it will be sorted automatically by names of person. Define a half-dozen persons, put them in the multiset, and display its contents. Several of the persons should have the same name, to verify that multiset stores multiple object with the same key.

GRADING