Other Member Functions
What about retrieve?
Should it display the matching item or
“return” it to the client program?
Which prototype is best?
     int retrieve(char *, data &);
     data retrieve(char *, bool);
     data & retrieve (char *, bool);