Which of the following statements is false?

a. Each class can be used only once to build many objects.
b. Reuse helps you build more reliable and effective systems, because existing classes and components often have undergone extensive testing, debugging and performance tuning.
c. Just as the notion of interchangeable parts was crucial to the Industrial Revolution, reusable classes are crucial to the software revolution that has been spurred by object technology.
d. Avoid reinventing the wheel—use existing high-quality pieces wherever possible. This software reuse is a key benefit of object-oriented programming.


a. Each class can be used only once to build many objects Actually, you can reuse a class many times to build many objects.

Computer Science & Information Technology

You might also like to view...

What is the SQL statement needed to delete a column named ProductCode from a table named Products?

What will be an ideal response?

Computer Science & Information Technology

A legal ________ is a reference to an authoritative document, such as a statute or case

Fill in the blank(s) with correct word

Computer Science & Information Technology

What has occurred if you see the message, “Chassis Intruded! System has halted.” the next time you start your computer?

A. The hard drive has failed B. Windows has not been activated C. The case has been opened D. The POST test has failed

Computer Science & Information Technology

According to the 2004 World Almanac, the average (median) income for a family of 4 in the United States in 2002 was $42,409, whereas the average (mean) per capita income in the United States in 2002 was $22,851. The per capita average would indicate that a family of 4 should have an income of . This result is about double the median income for a family of 4 that was given. What is going on here?

A. The first statistic takes into account taxes, and the second does not. B. A relatively few individuals with huge incomes (like Michael Jordan and Bill Gates) "drag" the mean average off center. The median income is the best for most comparisons for persons and families of "normal" incomes. C. The data are wrong. D. It happens because only two people work in the family. E. None of these

Computer Science & Information Technology