home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / smalltal / 2614 < prev    next >
Encoding:
Internet Message Format  |  1992-12-27  |  938 b 

  1. Path: sparky!uunet!psgrain!m2xenix!agora!nesbbx!Expertek
  2. From: Expertek@nesbbx.rain.COM (**)
  3. Subject: Re: anything isKindOf: nil ==> true (Objectwork
  4. References: <1h42e6INNdma@montaigne.lif.icnet.uk>
  5. Newsgroups: comp.lang.smalltalk
  6. Distribution: world
  7. X-NewsSoftware: BBX-UMB 0.27a beta (Nov 30 1992)
  8. Message-ID: <Expertek.0ki3@nesbbx.rain.COM>
  9. Date: 26 Dec 92 11:07:14 PST
  10. Organization: NESBBX Bulletin Board System
  11. Lines: 11
  12.  
  13.  
  14. Some of these discussions seem silly, but:
  15.  
  16. There is only one instance of nil.  Every occurance of the statement nil
  17. links one to the same instance.  I agree that since nil is a slotholder
  18. for Object superclass, it cannot be said to inherit from nil conceptually
  19. but it would be worth a try to see :-) if all objects respond to all nil
  20. messages except where overridden.  If that's the case, nil would be a
  21. case of multiple inheritance as UndefinedObject would inherit from itself.
  22.  
  23. Have fun following that!
  24.