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

  1. These lines of code show that you can declare arrays of objects,
  2. pointers to objects, and references to objects.  The return value
  3. of a function can be an object of class type, or a pointer or
  4. reference to an object of class type.  You can pass objects as
  5. arguments to functions.  One of the elegant features of object-
  6. oriented programming is that, once the classes have been
  7. appropriately defined, you can use the same syntax to manipulate
  8. class-type objects as you use for objects of built-in types.
  9.