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
Computer Science & Information Technology
You might also like to view...
A range is any group of cells used in a function or formula
Indicate whether the statement is true or false
Computer Science & Information Technology
Line Numbers
13.48 The statement #line 250 a) causes the compiler to ignore everything after line 250. b) causes the compiler to renumber the lines from 250 beginning with the next source code line. c) causes the compiler to renumber the lines from 250 beginning with this statement line. d) causes line number 250 to be replaced by the text following the statement.
Computer Science & Information Technology