3460:421 OOP S22 Dependency Injection

1234567891011121314
Across
  1. 3. One advantage of Dependency Injection is that it _____ code
  2. 5. The primary purpose of Dependency Injection is for _____
  3. 9. In the example used for Dependency Injection, the class _____ is in the role of a ConcreteStrategy in the Strategy Pattern
  4. 11. Dependency Injection is a broader form of _____ _____ _____
  5. 12. In the original UML and Code, the class _____ makes requests of the class DBUtilities
  6. 14. In the UML Sequence Diagram, the class _____ simulates a database
Down
  1. 1. Another advantage of Dependency Injection is that it can be used for frameworks for creating _____ _____
  2. 2. In the example used for Dependency Injection, the class _____ is in the role of a ConcreteStrategy in the Strategy Pattern
  3. 4. Dependency Injection often _____ the interface beyond that of the regular client
  4. 6. In the Test Code Solution, the method _____() is an extension of the interface of DBAccessor
  5. 7. In the example used for Dependency Injection, the class _____ is in the role of Strategy in the Strategy Pattern
  6. 8. One disadvantage of Dependency Injection is that it creates _____ classes
  7. 10. Dependency Injection introduces a controlled increase in _____
  8. 13. In the original UML and Code, the class _____ is the only class that interacts with the database