home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A08142.TXT < prev    next >
Encoding:
Text File  |  1993-10-18  |  363 b   |  7 lines

  1. In object-oriented design, the essence of an application is
  2. captured in the definition of the classes and in the relationships
  3. between the classes.  If you have functions that manipulate
  4. objects, consider whether or not each of those functions should
  5. become a class.  Like the iterator for a container, many
  6. functions, when fully developed, become classes.
  7.