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

  1. In this statement, the class member degrees is
  2. used.  Notice that setWeather() can use degrees without having
  3. to qualify its name.  setWeather() can do this because it is
  4. also a member of Weather.
  5.