What would be the BEST abstract superclass which defines the operations getPrice(), getSeats() and getCustomer
Refer to the exhibit to answer the question.
Besides individual tickets for sale, there are also group packages and season tickets. Each of
these has a different price. Each has its own rules for determining its price.
– A GroupTicketPackage is a set of tickets for an individual performance.
– A SeasonTicket is a ticket for the same seat for a number of performances.
– A SeasonTicketPackage is a set of tickets for the same seats for a given number of
performances.
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 of the following is LEAST important to document?
Which of the following is LEAST important to document? Every class’:
Which class would be MOST responsible for determining the total purchase price (including the sales tax)?
which of the following are also actor(s) for the updated system?
The MOST effective way to achieve reuse on an OO project is:
The MOST effective way to achieve reuse on an OO project is:
which of the following are appropriate?
To show the dynamic behavior of the system across multiple requirements, or the behavior of the
key objects throughout their life cycles, which of the following are appropriate?
which is the BEST class for the client object to collaborate with?
Refer to the exhibit to answer the question.
If a large number of students is taking a specific course, several professors are assigned to teach
different sections of the course. To determine the times and locations of the various sections being
taught, which is the BEST class for the client object to collaborate with?
Which of the following is the BEST name for the new class to handle this requirement?
Refer to the exhibit to answer the question.
The Course Registration application will be extended to include processing related to the persons
teaching the courses. The instructors can be employees of the University or contracted from
outside, but they must all have a Ph.D (Doctor of Philosophy) degree. Which of the following is the
BEST name for the new class to handle this requirement?
Which of the following is the BEST list of candidate interaction diagrams to directly or indirectly support th
Which of the following statements about designing an enterprise application is TRUE?
Which of the following statements about designing an enterprise application is TRUE?