Across
- 2. name _____ is how method/function names are translated into assembly labels
- 3. Avoid starting a name with an _____ as it is reserved for system use
- 9. One thing about a function that does not make a function unique is the ___ ___
- 10. We want to stick with _____ letters
- 11. A name can include a _____, but not start with one
- 12. Software Engineers makes _____ about name constantly
- 14. One of the 2 hard problems in computer science is _____ _____
- 16. Technical term for a name
- 17. Tool to extract program symbols
- 18. For naming variables, parameters, types, classes, fields, classes, and files we use ____
Down
- 1. Naming impacts the readability and ____ of software
- 4. Tool to demangle a name, convert from the mangled name back into a C++ form
- 5. Naming is a _____ issue for software engineering
- 6. For naming functions and methods we use ____
- 7. _____ _____ allows us to have multiple functions with the same name
- 8. There is no ______ name mangling for C++
- 13. Good names reduce the ____ of development
- 15. Functions and methods are _____