Which design principle aims to manage dependencies between modules effectively?
- Cohesion
- Coupling
- Abstraction
- Inheritance
The design principle that aims to manage dependencies between modules effectively is "Coupling." It refers to the degree of interconnection between modules in a software system. Reducing coupling helps make the system more maintainable and flexible.
Loading...
Related Quiz
- In Quality Assurance, how does the testing phase vary between the Agile and Waterfall models?
- A _______ is a white box testing technique that involves executing all possible branches in the code.
- Why is Black Box Testing called as such?
- Which member of the software development team typically performs Unit Testing?
- Which software architecture style divides an application into interconnected components that can be developed independently?