Once the top-down design approach is taken, the ________ approach is useful in programming.
A) modular
B) system-wide
C) feedback
D) database design
A) modular
You might also like to view...
If a method needs to be called polymorphically, what type of reference should be used to point to the object that the method is being called with?
a) a reference of the base class that defines the behavior of the object b) a reference of the same type as the object c) an object reference to the actual object d) None of the above.
When implementing an interface, a class can choose which interface methods to define.
Answer the following statement true (T) or false (F)
Review your answer to Exercise 14.16. Why might a C++ program use the statement
``` Array< Employee > workerList; ``` What will be an ideal response?
Server virtualization in Windows 10 means each VM has its own ______.
a. disk partition, but uses the physical hardware b. virtual hardware, but directly uses the physical memory c. virtual hardware configuration and operating system d. virtual hardware configuration, but uses the host operating system