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

What is a key benefit of writing modular code (using procedures and functions)?
It makes the code more difficult to understand.
It makes the code less reusable.
It can lead to more repetitive code.
It reduces code duplication and improves reusability.

Explanation

Modular code improves code reusability and reduces redundancy.

Comments (0)

Advertisement