CPSC 421 OOP S24 IoC

1234567891011
Across
  1. 3. In the YAMLParser IoC example, the only method in YAMLParser that the DockerReport calls
  2. 4. Inversion of Control inverts _____ of the control flow of the program
  3. 5. Function pointers as a handler can only use lambda's with _____ capture
  4. 6. _____ _____ as a handler is limited to free functions
  5. 9. Instead of your code calling a function/method, you _____ parts of your code
  6. 10. _______ as a handler has no limits but is very slow
Down
  1. 1. C++ _____ as a handler has no limits and is extremely fast
  2. 2. Inversion of Control is essential for _____
  3. 5. Similar to much _____-_____ programming
  4. 7. The abbreviation for Inversion of Control
  5. 8. In the YAMLParser IoC, many of the methods became _____
  6. 11. For low-level functionality with a function, Inversion of Control is often referred to as a _____