home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06101.TXT < prev    next >
Encoding:
Text File  |  1993-11-03  |  284 b   |  6 lines

  1. A user-defined default constructor can be called with no 
  2. explicit arguments. This constructor for the PhoneBk class 
  3. should replace the function init() in the example in Chapter 5. 
  4. This constructor for the Fraction class gives every Fraction an 
  5. initial value equivalent to 0.
  6.