CPSC 421 OOP Coupling
Across
- 2. The goal of coupling is to _____ external interaction
- 5. Loosely-coupled modules are easier to _____ separately
- 6. Tightly-coupled modules lose a lot of _____
- 8. One module passes more data than needed to another module is _____ coupling
- 11. One module only passes the data required by another module is _____ coupling
- 13. Tightly-coupled modules can be more _____
- 14. A low degree of coupling is _____ coupled
- 16. A special kind of coupling, _____ coupling, is between a derived and base class
- 17. Coupling is an _____ measure
- 18. Functions exchange data using global data instead of arguments is _____ coupling
Down
- 1. Coupling has a significant effect on the _____ of a system
- 3. Loosely-coupled modules allow us to easily _____ individual parts
- 4. Client code passes parameters via a non-private data format is _____ coupling
- 7. A high degree of coupling is _____ coupled
- 9. When a module directly references the content of another module, is _____ coupling
- 10. Classes with zero to minimal coupling are _____
- 12. Loosely-coupled modules allow us to easily _____ individual parts
- 15. The client passes a flag or command that explicitly controls what the called code is doing is _____ coupling