The benefits of the object-oriented approach to systems design include all of the following except

A. this approach does not require input from accountants and auditors
B. development time is reduced
C. a standard module once tested does not have to be retested until changes are made
D. system maintenance activities are simplified


Answer: A

Computer Science & Information Technology

You might also like to view...

Consider the revised pizza buying program of Display 4.7. This program provides the following overloading for unitPrice functions for round and rectangular pizza:

double unitPrice(int diameter, double price); double unitPrice(int length, int width, double price); Suppose we are faced with the need for the unit price on a square pizza. The problem here is to devise in a ‘natural’ way to overload unitPrice to compute the price per square inch of a square as well as a round pizza?

Computer Science & Information Technology

What is the range of values for a 4-byte integer?

What will be an ideal response?

Computer Science & Information Technology

A microphone transmits sound waves into a chip inside the recording device, called a(n) ________

A) digital-to-analog converter B) WMA file C) analog-to-digital converter D) AAC file

Computer Science & Information Technology

Port scanning provides the state for all but which of the following ports?

a. Closed b. Open c. Filtered d. Buffered

Computer Science & Information Technology