home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05282.TXT < prev    next >
Encoding:
Text File  |  1993-11-06  |  368 b   |  7 lines

  1. Because a class is a black box with a well-defined interface, the
  2. internal workings can be improved and changes are not forced on
  3. the client code.  You can test and perfect the interface with your
  4. class using relatively quick and easy coding.  Then the interface
  5. can become the design specification from which you create the
  6. production version of your software.
  7.