CMSC 202 Fall 2007 Project 2 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 how you will be representing the squares which a ship occupies. 2. Describe how your code knows when a ship has been hit and subsequently sunk. 3. OMITTED 4. One feature that was considered but not implemented was the ability to start the current game of Battleship over again from the beginning. Persumably the Ship and GameStats would have implemented a method to reset their state. Describe the work that such a method would have to perform for each class.