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

2022

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

Answer: B. Low coupling and high cohesionModular programming requires modules with low coupling and high cohesion. This design minimizes dependencies between components while maximizing internal…

  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 521 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: Hpsc Pgt Computer Science

Loading lesson…