"Blue Bird Cinema" is open for business and needs a ticketing system:
Use XML and TreeView to display theater screening lists. Use generic collections to maintain inheritance-related movie ticket objects. The number of seats can be specified in the system by clicking on seats. Different types of movie tickets can be purchased. Use simple factory patterns to create different types of movie tickets. Use polymorphic implementation. Calculate the prices of different types of movie tickets using interfaces to print movie tickets. Use serialization and deserialization to save and read sales information.
Expand