If one module directly references the contents of another they are said to be _______ coupled.
A. content
B. common
C. control
D. stamp
查看答案
If a data structure is passed as an argument, but the called module operates on only some of the individual components of that data structure then they are said to be _______ coupled.
A. content
B. common
C. control
D. stamp
If every argument is either a simple argument or a data structure in which all elements are used by the called module then they are said to be _______ coupled.
A. content
B. common
C. control
D. data
The problem that once a class has been implemented, any change to anexisting class directly affects all is descendents(后代)in the inheritance hierarchy is known as________:
A. the fragile base class problem
B. polymorphism
C. information hiding
D. data abstraction
The cohesion in which the components are NOT related but are simply bundled is known as:
A. Temporal cohesion
B. Functional cohesion
Communicational cohesion
D. Coincidental cohesion