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

  1. direct1 overrides the virtual function message().  Because
  2. message() is a virtual function in base1, it is also a virtual
  3. function in direct1.  The keyword "virtual" could have been
  4. included in this definition, but it is not necessary.
  5.