1.
|
Which of the following statements best describes how using an object-oriented approach to design makes it easier for a team of developers/programmers to work together on a project?
Please select the best answer.
|
|
A. |
Some developers will work exclusively on data structure within all classes, and others will work exclusively on the
functions for all classes.
|
|
B. |
Each individual class in the system must be defined by a different developer during the design phase.
|
|
C.
|
Programmers will not have to spend as much time discussing how a proposed change to one class affects their own
classes.
|
|
D.
|
Design of the project will always take less time than if the procedural approach is used.
|