| Nice, Jared. Question: Should there be a Student class? Under what conditions would you create one? Does the above analysis suggest creating one or not, and why? Mark Guzdial |
| From the code that we are given I would say a Student class could easily be replaced with a dictionary. If the student class showed some more functionality other than variable storage then it would be more advantageous to create one. Jared Parsons |