CPSC 421 OOP API

12345678910111213141516171819202122232425
Across
  1. 3. A partial solution to complexity is _____ features
  2. 5. A partial solution to complexity is good _____
  3. 7. The composition and frequency of _____ indicate how tasks are isolated
  4. 10. According to [Koenig, Moo], language design is _____ design
  5. 11. An essential skill of development is to forget and _____ on the current task
  6. 12. Modern design is the design of APIs and how they _____ with each other
  7. 13. Good APIs have low _____
  8. 18. Imagine _____ developers working on the different parts
  9. 21. API is short of Application Programming _____
  10. 23. Create new APIs for any _____ functionality
  11. 24. Functions/classes for a set of related purposes is a _____
  12. 25. Low external complexity often means high _____ _____
Down
  1. 1. Good APIs have a high degree of _____
  2. 2. APIs are a large-scale mechanism for _____ _____ _____
  3. 4. _____ adds external complexity
  4. 6. An entire programming environment, often with a custom language and IDE, is a _____
  5. 8. Good APIs are _____ enough
  6. 9. Large programs are more complex than small programs by an _____ _____ _____
  7. 14. Good APIs are _____ enough
  8. 15. According to [Koenig, Moo], library design is _____ design
  9. 16. Functions/classes typically for a single purpose is a _____
  10. 17. A large set of classes for a broad set of purposes is a _____
  11. 19. Methods are _____
  12. 20. Developers build large programs using _____ APIs as much as possible
  13. 22. We can organize types of APIs into a _____