3460:421 OOP Concerns

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