Continue your work in the hw04 directory. Make the necessary modifications the MovieContainer class so that all the code conforms to a pure object model implementation of the UML diagram in the lab day assignment.
IMPORTANT: When this assignment is finished the program will not be functioning as it did in the previous homework assignment. At the end of this assignment you will not be involving the user for accepting input. Rather you will have a container with methods you will test by calling those methods in the driver.
Use this pattern as you work:
As always, when the program is complete make sure all work is committed and pushed to your bitbucket repository.
Correctness | 16 | pts |
Documentation | 2 | pts |
Conventions | 2 | pts |
Version Control | 2 | pts |
Total | 22 | pts |
Your program should be completely working and should follow all of the programming conventions named in class and explained in http://josephus.hsutx.edu/classes/all/javaconventions/ (including the use of comments that conform to the JavaDoc guidelines).
The instructor will grade your work based on what you have pushed to the hosted homework repository you have shared. For all assignments the program is due before the beginning of class on the due date. Repositories that show a commit time after that time will be graded as late.