What would be the BEST abstract superclass which defines the operations getPrice(), getSeats() and getCustomer() and which all these new classes could be subtypes of?
Which class would be MOST responsible for determining the total purchase price (including the sales tax)?
Which of the following is the BEST list of candidate interaction diagrams to directly or indirectly support the use case?