Which term refers to a solution to a large problem that is based on the solutions of smaller subproblems?
A. procedural abstraction
B. API
C. modularity
D. library
Which term refers to a solution to a large problem that is based on the solutions of smaller subproblems?
Share
The correct answer is C. modularity.
Modularity refers to the practice of breaking down a large problem into smaller, more manageable subproblems or modules. Each module can be developed, tested, and solved independently, which simplifies the process of finding a solution to the larger problem. This approach promotes easier maintenance and enhances code reusability. If you have further questions or need more in-depth explanations, feel free to check the extended services page!