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

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!destroyer!gatech!cc.gatech.edu!news
  3. From: brianm@cc.gatech.edu (Brian N. Miller)
  4. Subject: Re: member test?
  5. Message-ID: <1992Nov11.171341.24688@cc.gatech.edu>
  6. Sender: news@cc.gatech.edu
  7. Reply-To: brianm@cc.gatech.edu (Brian N. Miller)
  8. Organization: College of Computing, Georgia Institute of Technology
  9. References: <1992Nov6.081658.29693@bernina.ethz.ch> <EB.92Nov9085335@ascent.ascent.com> <1992Nov10.070124.5763@jyu.fi>
  10. Date: Wed, 11 Nov 1992 17:13:41 GMT
  11. Lines: 13
  12.  
  13. In article <1992Nov10.070124.5763@jyu.fi> sakkinen@jyu.fi (Markku Sakkinen) writes:
  14. >
  15. >C++ is almost the only OOPL
  16. >I know of in which you cannot ask the dynamic type of an object.
  17.  
  18. Yeah, that is kind of anoying.
  19.  
  20. If we only had source level read permission on an object's virtual function
  21. table (VFT), we could do alot at run and compile time, like determine the 
  22. class of an object or determine if two classes have the same implementation
  23. of a common method.
  24.  
  25. Of course writable VFT's are a whole nother matter.
  26.