CMSC 202 Fall 2007 Project 3 Design Questions Copy this file to your directory and edit it to answer the questions below. These questions are worth 10% of the project grade. Be sure to submit your answers before the project design due date listed in the project description. 1. Describe the mechanism you plan to use to determine which patron has checked out a book. Now, let's consider how this design affects the efficiency of listing all books checked out by a particular patron. Is the efficiency of your algorithm for listing all books checked out by a particular patron affected by (dependent on) the number of patrons? the number of books? if so, how? if not, why not? 2. One projet requirement is that you must design and implement a class that represents a name. Describe two advantages of using this class.