When determining the input and output requirements for the design of an object oriented program
a. The classes of data should be developed at the same time.
b. Format of the data should be developed at the same time.
c. The output screen should be developed at the same time.
d. All of the above.
e. None of the above.
b. Format of the data should be developed at the same time.
Computer Science & Information Technology
You might also like to view...
Data can be made available to other modules through the use of:
a. Parameters. b. Global variables. c. Return values. d. All of the above.
Computer Science & Information Technology
Overridden Task method _______ performs the Task’s work.
a. call b. work c. processInBackground d. doWorkInBackground
Computer Science & Information Technology