Across
- 4. enabling a function to perform tasks based on arguments. (10 letters)
- 6. bound to a specific object context. (7 letters)
- 7. declared outside any function. (8 letters)
- 9. to exit a loop prematurely. (5 letters)
- 11. that expands at the point of invocation. (6 letters)
- 13. of a variable from one type to another. (10 letters)
Down
- 1. function to access private members. (6 letters)
- 2. of named constants in C++. (4 letters)
- 3. allowing access to another class’s private members. (7 letters)
- 4. type modifying original variables, not copies. (9 letters)
- 5. used for runtime polymorphism. (7 letters)
- 8. variable whose value cannot be changed. (8 letters)
- 10. of instructions based on conditions. (7 letters)
- 12. mechanism in C++ to avoid name conflicts. (9 letters)
