Which of the following is/are desirable properties in modular programming?

2022

Which of the following is/are desirable properties in modular programming?

  1. A.

    Low coupling and low cohesion

  2. B.

    Low coupling and high cohesion

  3. C.

    High coupling and low cohesion

  4. D.

    High coupling and high cohesion

Attempted by 109 students.

Show answer & explanation

Correct answer: B

Modular programming requires modules with low coupling and high cohesion. This design minimizes dependencies between components while maximizing internal consistency for better maintainability.

Explore the full course: Up Lt Grade Assistant Teacher 2025