home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / oop / misc / 82 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  889 b 

  1. Path: sparky!uunet!ogicse!reed!orpheus
  2. From: orpheus@reed.edu (P. Hawthorne)
  3. Newsgroups: comp.sys.mac.oop.misc
  4. Subject: The Member Function: Spawn Of Satan?
  5. Message-ID: <1992Dec13.144549.24447@reed.edu>
  6. Date: 13 Dec 92 14:45:49 GMT
  7. Article-I.D.: reed.1992Dec13.144549.24447
  8. Organization: Reed College, Portland OR
  9. Lines: 13
  10.  
  11. In Object C and Pascal, the member function reveals whether a given object
  12. is descended from a given class. I wonder if it is good or bad to use it.
  13. It seems un-structured. What would Djikstra say?
  14.  
  15. When I use it, I invariably feel guilty. I worry that perhaps a seriously
  16. abstract class variable could formalize whatever notions are at work. Or I
  17. think that it is a kludge so that I can put off a total overhaul until I
  18. figure out how to work in the exceptional classes. That sort of thing.
  19.  
  20. So then, am I just an OO-prude?
  21.  
  22. Dumbfounded,
  23. Theus (orpheus@reed.edu)
  24.