關於程式語言的orthogonality以下何者正確?
(A)表示程式語言提供的各式結構越多越好
(B)表示程式語言提供的可維護性好
(C)Eiffel語言的orthogonality比Java語言強
(D)以上皆非
答案:登入後查看
統計: A(9), B(42), C(37), D(32), E(0) #92227
統計: A(9), B(42), C(37), D(32), E(0) #92227
詳解 (共 2 筆)
#1313928
Orthogonality means that features can be used in any combination, that the combinations all make sense, and that the meaning of a given feature is consistent, regardless of the other features with which it is combined. The name is meant to draw an explicit analogy to orthogonal vectors in linear algebra: none of the vectors in an orthogonal set depends on (or can be expressed in terms of) the others, and all are needed in order to describe the vector space as a whole.
0
0