The practice of writing a method to perform a single task and then calling that method whenever you need to perform that task is called:
a. Code reuse
b. Divide and conquer
c. Inheritance
d. Parameter
e. None of these
a. Code reuse
You might also like to view...
Answer the following questions true (T) or false (F)
1. A recursive function is a function whose definition contains a call to the function being defined 2. A design technique is to break a problem into smaller tasks, with the prospect that a smaller problem will be easier to solve. If the smaller task is the identical to the original task excepting only that the size is smaller, the problem may be solved using a recursive algorithm, and implemented with a recursive function.
A TCP session can be hijacked only before the hosts have authenticated successfully.
Answer the following statement true (T) or false (F)
In general, you begin most modifications by _____ the chart element you want to change.
Fill in the blank(s) with the appropriate word(s).
Which of the following interfaces is a standard database access method, developed by SQL Access Group, that allows an application to access data stored in a database management system (DBMS)?
A. OLE DB B. ODBC C. ADO D. JDBC