home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09225.TXT < prev    next >
Encoding:
Text File  |  1993-08-26  |  232 b   |  5 lines

  1. When "new()" and "delete()" are overloaded within a class
  2. declaration, they are static member functions whether they are
  3. declared with the keyword "static" or not.  Therefore, "new()" and
  4. "delete()" cannot be virtual functions.
  5.