正解:D
Organizing code into modules allows for code reuse, which simplifies maintenance and improves efficiency. Modules encapsulate specific functionality, making it easier to manage and update. This approach reduces redundancy, as common functions can be written once and reused across multiple programs, leading to more manageable and maintainable codebases.
Reference:
Cisco DevNet Associate Study Guide: Software Development and Design (Chapter 3, Section: Modular Programming and Code Reuse).