Oracle Planning and Budgeting Cloud Service 2016 Implementation Specialist — Question 2
Identify two benefits of re-using components.
Answer options
- A. Code lines have cross-dependencies for deployment.
- B. Code resides closest to the object to which it is related.
- C. Code is less likely to be duplicated.
- D. There is less code to test.
- E. Code is copied from one component to another. CD
Correct answer:
Explanation
The correct answers are C and D, as re-using components helps reduce code duplication and minimizes the amount of code that needs to be tested. Options A and E do not represent benefits of re-use, while B describes a relationship rather than an advantage.