Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 91
What is a benefit of organizing code into modules?
Answer options
- A. enables the code to be broken down into layers
- B. improves collaboration of the development team
- C. makes it easier to deal with large and complex systems
- D. enables the inclusion of more programming languages in the code
Correct answer: B
Explanation
The correct answer is B because organizing code into modules fosters better teamwork by allowing multiple developers to work on different parts simultaneously without conflict. Options A, C, and D, while they may have their own benefits, do not specifically address the improvement in collaboration that modularization provides.