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

  1. Object-oriented classes can be used instead of traditional code
  2. modules.  Unlike traditional modules, object-oriented classes can
  3. enforce proper use of the interface.  In traditional languages,
  4. maintaining modularity depends upon programmer skill and
  5. discipline.
  6.