home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01111.TXT < prev    next >
Encoding:
Text File  |  1993-11-15  |  406 b   |  8 lines

  1. In object-oriented programming, the programmer analyzes which
  2. objects make up an application, how they can be classified, and
  3. how they interact with each other and the rest of the program.  It
  4. can be easier to design large programs using object-oriented
  5. programming.  Many features of the design of the overall
  6. application can be determined when you define the objects that
  7. make up the application.
  8.