Multiple choice technology programming languages

......... 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.

  1. Adaptation

  2. Adherence

  3. Cohabitation

  4. Cohesion

Reveal answer Fill a bubble to check yourself
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.