CPSC 421 OOP Concerns

123456789
Across
  1. 4. Want to ___________ concerns
  2. 7. A particular set of information that affects the code of a computer program
  3. 8. One overall srcFacts project goal is to isolate ___ to the file srcFacts.cpp
  4. 9. Separating concerns allows us to ____ for other purposes
Down
  1. 1. One overall srcFacts project goal is to get as much of the XML ______ details out of srcFacts.cpp
  2. 2. One overall srcFacts project goal is to include no use of _____ element names in the xml_parser files
  3. 3. Want to ___________ concerns
  4. 5. Separating concerns allows us to ____ separately
  5. 6. Separating concerns allows us to _____ on one part at a time (modularity)