Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 206
What is a benefit of using functions in the code for the development process?
Answer options
- A. better user experience in the end product
- B. improves code performance
- C. easier to compile the code
- D. faster code development
Correct answer: D
Explanation
Using functions allows for modular coding, which leads to faster code development as developers can reuse code segments. While the other options may have their own benefits, they do not directly correlate with the primary advantage of using functions, which is to expedite the coding process.