Multiple Choice
For which of the following would polymorphism not provide a clean solution?
A) A billing program where there is a variety of clients who are billed with different fee structures.
B) A maintenance log program where a variety of machine data 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 bank 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
Q4: Which of the following is not a
Q23: A class inherited from two or more
Q25: Once a class implements an interface,all objects
Q26: Abstract methods and properties do not provide
Q29: An interface may not provide properties with
Q31: To use an interface,a class must define
Q32: Which answer best describes how many interfaces
Q33: Which statement is true when a base
Q41: A base class's constructors are inherited into
Q59: An abstract class cannot have instance data