home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / cplus / 16220 < prev    next >
Encoding:
Text File  |  1992-11-14  |  444 b   |  14 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!destroyer!gatech!cc.gatech.edu!cc.gatech.edu!brianm
  3. From: brianm@cc.gatech.edu (Brian N. Miller)
  4. Subject: Constructor order
  5. Message-ID: <1992Nov13.160659.9724@cc.gatech.edu>
  6. Sender: news@cc.gatech.edu
  7. Organization: Georgia Tech College of Computing
  8. Date: Fri, 13 Nov 1992 16:06:59 GMT
  9. Lines: 3
  10.  
  11. Does a parent's constructor get called before or after the class's constructor?
  12.  
  13. How about destructors?
  14.