......... refers to the degree in which elements within a subsystem form a single, unified concept, with no excess elements: where it is strong, there is easier comprehension and thus more reliable code.
-
Adaptation
-
Adherence
-
Cohabitation
-
Cohesion
D
Correct answer
Explanation
Cohesion refers to how elements within a subsystem form a unified concept. Strong cohesion means all elements work together toward a single purpose, improving comprehension and code reliability. It's a key principle in software design alongside coupling.