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

  1. Now, if the unit of measure were to change from inches measured in
  2. fractions to millimeters measured in integers, all that must 
  3. change in the object-oriented program is the segment of code that
  4. does the calculations.  In comparison, a modular or procedural 
  5. program would have to be extensively rewritten.
  6.