CPSC 421 OOP Naming

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