home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01122.TXT < prev    next >
Encoding:
Text File  |  1993-09-30  |  322 b   |  6 lines

  1. In traditional programming languages, code usually has to be
  2. modified before it can be reused, and it always requires extensive
  3. retesting.  Even changes that seem trivial can introduce bugs.
  4. Object-oriented languages, on the other hand, include features
  5. that support code reuse without the need for additional tests.
  6.