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

  1. The usual rules of scope apply to nested classes.  Here, the
  2. members "day", "month", and "year" are public because the object
  3. "calendar" is a structure.  Notice that the member selection
  4. operator is used in the assignment statements to access these
  5. members.
  6.