How does modularity help in reducing the complexity of a program in java?
Answers
Answered by
1
Answer:
The concept of modularity is used primarily to reduce complexity by breaking a system into varying degrees of interdependence and independence across and "hide the complexity of each part behind an abstraction and interface." However, the concept of modularity can be extended to multiple disciplines
Answered by
4
Answer:
Partitioning an environment of software constructs into distinct modules helps us minimize coupling, optimize application development, and reduce system complexity. Modularity enables programmers to do functionality testing in isolation and engage in parallel development efforts during a given sprint or project.
Similar questions