Computer Science for IGCSE & O level - Programming (Section 13 - No. 49)

What is the primary benefit of the 'modular' approach to programming (using procedures and functions)?
It makes the code more difficult to understand.
It reduces the readability of the code.
It makes the code less reusable.
It enhances reusability and reduces code duplication.

Explanation

The modularity increases the reusability.

Comments (0)

Advertisement