Which of the following is not part of the analysis phase of developing an OOP program?
a. identifying the classes to be used
b. determining the attributes needed for the classes
c. determining the methods needed for the classes
d. determining the relationships among the classes
e. all of the above are parts of the analysis phase
E
You might also like to view...
For a non-constant member function of class Test, the this pointer has type:
a. const Test * b. Test * const c. Test const * d. const Test * const
To build a linked list, we can
A) start with an empty list, and then form an array of nodes. B) start with an empty list, and then perform a series of add item operations. C) use the constructor to create an array of nodes. D) call the list init function. E) None of the above
In Windows, the ribbon presents information about the progress of certain tasks, for example, and controls for viewing documents.
Answer the following statement true (T) or false (F)
The ____ of a Web Gallery determines the color scheme and fonts.
a. slice b. style c. template d. tween