
10-152-312 - Object-Oriented Programming 2
Test 1
Starting .zip File.
- Unzip the OOP2_1.5Theater zip file.
- Rename the folder, changing "LastName" to your last name.
- Open the contained solution (.sln) file and examine the code in preparation for making further changes as specified below.
Create/revise .NET assemblies as indicated by the following UML package (class) diagram.
Notes
- Create each package as a Class Library project unless otherwise indicated.
- Create WPF applications for each executable package.
- Create dependencies (project references) across packages as indicated.
- If a package contains other packages, assume that a dependency needs to be created from the containing package to each of the contained packages.
1.5 Theater Test: Class Diagram
Create/modify the classes as specified in the following UML class diagram.
1.5 Theater Test: Object Diagram
- Navigate to the MainWindow's window_Loaded event handler.
- Write the necessary C# code to instantiate all objects and set all field values per the following UML object diagram:

1.5 Theater Test: Sequence Diagram
addGuestButton_Click:

addMovieButton_Click:
