Across
- 1. The order of function calls from main() in the Common Control Flow example (name of each function with no parentheses)
- 4. A class that acts like a function
- 8. Callbacks that are methods use ______ to member functions
- 10. For free functions, the callbacks are _____ _____
- 14. Callbacks that are anonymous functions are ____ callbacks
- 15. In the Sort with Callback example, the Client calls the ____() once
Down
- 2. The order of returns from function calls from main() in the Common Control Flow example (name of each function with no parentheses)
- 3. In the Common Control Flow example, the ____ calls functions in the Libraries
- 5. In the Common Control Flow example, the Libraries never call the _______
- 6. Callbacks permit customization of the ______ in a function/method
- 7. The name of the callback in the sort() example
- 9. In the sort() example, sort calls the code in the _____ multiple times
- 11. A _____ is a bit of computation that a function/method can call when appropriate in the implemented algorithm
- 12. Callbacks are not a ____programming mechanism
- 13. In the Sort with Callback example, the ____() may call the Client multiple times