If software is not modular it is difficult to:
A. correct
B. enhances or extend
C. reuse
D. all of these
查看答案
The degree of interaction within a module is known as:
A. cohesion
B. adhesion
C. binding
D. coupling
The degree of interaction between two modules is known as:
A. cohesion
B. adhesion
C. binding
D. coupling
Data encapsulation is an example of:
A. generalization
B. specialization
C. abstraction
D. coupling
without __________________, the definition of an object as an instantiation(实例)of an Abstract Data Type is too simplistic(简单化).
A. polymorphism
B. binding
C. encapsulation
D. inheritance