3460:421 S22 OOP Concerns

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