Multiple Choice
For which of the following would polymorphism not provide a clean solution?
A) A billing program where there is a variety of client types that are billed with different fee structures.
B) A maintenance log program where data for a variety of types of machines is collected and maintenance schedules are produced for each machine based on the data collected.
C) A program to compute a 5% savings account interest for a variety of clients.
D) An IRS program that maintains information on a variety of taxpayers and determines who to audit based on criteria for classes of taxpayers.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: Non-abstract classes are called _.<br>A) real classes.<br>B)
Q12: Which of the following statements is false?<br>A)
Q15: If the superclass contains only abstract method
Q18: Which of the following is not possible?<br>A)
Q20: All of the following methods are implicitly
Q21: Declaring a method final means:<br>A) it will
Q23: Which of the following could be used
Q30: Polymorphism allows for specifics to be dealt
Q32: Assigning a subclass reference to a superclass
Q33: Interfaces can have _methods.<br>A) 0<br>B) 1<br>C) 2<br>D)