3460:421 OOP Dependency Injection

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