home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / cplus / 19999 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.2 KB

  1. Path: sparky!uunet!charon.amdahl.com!amdahl!rtech!pacbell.com!ames!haven.umd.edu!darwin.sura.net!paladin.american.edu!howland.reston.ans.net!spool.mu.edu!hri.com!ukma!cs.widener.edu!dsinc!ub!clarkson!gandalf!satish
  2. From: satish@sun.mcs.clarkson.edu (Satish Thatte)
  3. Newsgroups: comp.lang.c++
  4. Subject: "like current" for C++
  5. Message-ID: <1993Jan27.192744.21146@news.clarkson.edu>
  6. Date: 27 Jan 93 19:27:44 GMT
  7. Sender: news@news.clarkson.edu
  8. Reply-To: satish@sun.mcs.clarkson.edu
  9. Organization: Clarkson University
  10. Lines: 16
  11. Nntp-Posting-Host: gandalf.mcs.clarkson.edu
  12.  
  13. Has there been any discussion in the C++ community about adopting
  14. Eiffel's "like current" typing idea?  This is a great
  15. way of avoiding much awkwardness (and explicit casting)
  16. resulting from the (quite necessary) rule that replacement
  17. definitions for virtual functions must have EXACTLY the
  18. same signature as the original declaration.
  19.  
  20. IMHO this is one of the issues worthy of discussion
  21. as part of the standardization effort for C++.
  22.  
  23. Satish
  24.  
  25. P.S.  I can supply examples if anyone finds them necessary.
  26.  
  27. P.P.S.  Forgive my ignorance if this has already been discussed;
  28.         and please reply directly to me -- I am not a regular reader of newsgroups.
  29.