abhaga22 / CS2340

1 stars 0 forks source link

M3: Model Changes #6

Open thekellychen opened 7 years ago

thekellychen commented 7 years ago

Since the customer's request is to add information to the Student, we can focus on the Student class.

At this point the model should be runnable and we should see the changes reflected in the list. Go ahead and run the app at this point. You should see all the students listed as before except with their classes shown. If you don't see the classes, be sure your constructor chaining is passing the freshman value to the 3 param version. Also be sure you added the class standing to the toString method.