home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH14 / A14121.TXT < prev    next >
Encoding:
Text File  |  1993-10-21  |  241 b   |  5 lines

  1. The signature of a function includes the name of the function,
  2. the number and type of its arguments, and its return type.  The
  3. signature of a virtual function is used to determine whether
  4. member functions in derived classes override it.
  5.