View this PageEdit this PageUploads to this PageVersions of this PageHomeRecent ChangesSearchHelp Guide

MP5 Discussion

Q: Des Iorgova - Jun 15 2006 - Part 2: If we have to keep a running total of vacationTaken, can we create another instance variable, or we should figure out a different way of calculating the vacationTaken possibly by looking at all the Timecards posted by the Employee and adding up the vacationTaken?

A: Paul Adamczyk - Jun 15 2006 - It's OK to add an instance variable for that.

Q: Des Iorgova - Jun 14 2006 - Part 2: Are we supposed to keep a running total of all the vacation Taken, or just know how much vacation was taken in a single pay period?

When we are ready to turn the MP in, are we turning in all classes in CS598rej-Payroll along with all the necessary HW5 code, all grouped in one category "CS598rj Homework 5"?

Lastly, how many tests are we expected to have in the PayrollVacationTest ?

A: Paul Adamczyk - Jun 14 2006 - (1) Keep a running total as well. (2) Include all Payroll code in your submission. (3) One test for each "interesting" method that you add. Use your own judgement to decide what is "interesting."

Link to this Page