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

  1. There are techniques for getting around the restrictions of data
  2. hiding.  One of the important advantages of data hiding in languages
  3. like C++ is that it is easier to comply with the rules than it is
  4. to get around them.  In procedural languages like C, it was often
  5. more convenient for programmers to take short cuts than to follow
  6. the rules for preserving data integrity.
  7.