CS 535 Object-Oriented Programming |
---|
1. Implement a program that allows you to add a new one-time event to a room's schedule. The program only has to handle one room. The program needs to save the changes to the room's schedule. That is you should be able to make a change to the schedule, exit the program, and when you run the program again, the program should know about the new schedule for the room. Turn in your source code and a javadoc listing for each class in the program.