This exercise is worth a total of 20 points.
- Background | Overview:
This is the 12th exercise in the course project.
- Download Files No downloadable files are required to complete this exercise
- Instructions:
Below you will find definitions for the Show and Promotion objects. Included in both of these definitions is the purpose for the object, as well as a list of the responsibilities assigned to that object. Reassign the responsibilities to support the best reuse and divisio labor among the objects. It may require you to create new classes or simply redistribute responsibilities. Remember to apply the principles of cohesion and coupling to arrive at the best configuration.
Initial Definition Show
- Purpose:Define a single presentation of an event.
- Responsibility: Set th date and time of the performance.
Show promotion
- Purpose: Define the pricing strategy for a show.
- Responsibility: Define the price tiers that will be offered in the show. Set the minimum and maximum number of seats that should be assigned to each price tier.
Define the discounts that will be offered. Set the maximum number of seats that an individual customer can purchase (prevent ticket scalping).