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

  1. In object-oriented programming, the emphasis shifts from finding
  2. an algorithm to solve a problem to describing the components of
  3. the problem and how they interrelate.  In languages such as C++,
  4. programs can be built from blocks of code that model the
  5. components of the problem to be solved.  The following pages
  6. describe the main characteristics and advantages of the
  7. object-oriented programming method.
  8.