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

  1. In object-oriented programming, code can be reused even in
  2. situations where the existing code does not exactly meet your
  3. requirements.  The existing code need only support a generalized
  4. type of object that has attributes appropriate for a specific type
  5. of object in your application.
  6.