10-152-312 - Object-Oriented Programming 2

Test 1

Starting .zip File.

  1. Unzip the OOP2_1.5Theater zip file.
  2. Rename the folder, changing "LastName" to your last name.
  3. 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.

PNG image of 1.5 Theater UML package (class) diagram

Notes

1.5 Theater Test: Class Diagram

Create/modify the classes as specified in the following UML class diagram.

PNG image of 1.5 Theater UML class diagram

1.5 Theater Test: Object Diagram

  1. Navigate to the MainWindow's window_Loaded event handler.
  2. Write the necessary C# code to instantiate all objects and set all field values per the following UML object diagram:
  3. PNG image of the 1.5 Theater UML object diagram

1.5 Theater Test: Sequence Diagram

addGuestButton_Click:

PNG image of the 1.5 Theater UML sequence diagram #1

addMovieButton_Click:

PNG image of the 1.5 Theater UML sequence diagram #2