The relationship of some kind between two apparently unrelated classes is referred to as a(n):
A. specialisation
B. association
C. polymorphism
D. generalisation
查看答案
The relationship between a derived class (or subclass) and base class is referred to as:
A. association
B. inheritance
C. polymorphism
D. instantiation
An act of connecting an object to the appropriate method is called:
A. dynamic binding
B. inheritance
C. polymorphism
D. generalisation
If a method can be applied to objects of different classes it is termed:
A. dynamic
B. inherited
C. polymorphic
D. generalised
A design is said to be a good design if the components are:
A. Strongly coupled
B. Weakly cohesive
C. Strongly coupled and weakly cohesive
D. Strongly cohesive and weakly coupled