Your instructor will assign one or more of the following problems. Submit all appropriate files for grading, including code files, screen captures, supplemental files (e.g., image files), and text files.

  1. Build a class the models an agent of your own choosing (e.g., Larry the Cucumber or another composite image from homework 4b). At a minimum your class should include a default constructor, an explicit value constructor, an accessor method, a mutator method, a copy constructor and an "other" method (for example, a display method). You should also write (and turn in) a driver program that tests the capabilities of your new class.