Create a sequence diagram showing the details of the Quarterback.ExecutePlay method. Use F12 (at design time) or F11 (while debugging) to identify all nested calls.
- Use your completed 5.2 Football Sequence Diagram assignment as a starting point, making changes as needed to reflect the use of base classes and/or interfaces.
- Only include the segment of code handling a play of type "Pass".
- All properties -- inlcuding get and set calls.
- All method calls -- including parameters and return results.
Note: The first object lifeline on the diagram should be Quarterback; the ExecutePlay method does not need to be labeled.