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

  1. Path: sparky!uunet!pipex!doc.ic.ac.uk!dapsun.lif.icnet.uk!not-for-mail
  2. From: js@montaigne.lif.icnet.uk (Jack Shirazi <js@biu.icnet.uk>)
  3. Newsgroups: comp.lang.smalltalk
  4. Subject: Re: anything isKindOf: nil ==> true (Objectwork
  5. Date: 21 Dec 1992 09:23:18 -0000
  6. Organization: Imperial Cancer Research Fund
  7. Lines: 15
  8. Distribution: world
  9. Message-ID: <1h42e6INNdma@montaigne.lif.icnet.uk>
  10. References: <1992Dec11.141556.7961@hasler.ascom.ch> <knight.724345041@cunews> <92121618993@zone4.ocunix.on.ca>
  11. NNTP-Posting-Host: montaigne.lif.icnet.uk
  12.  
  13. In article <92121618993@zone4.ocunix.on.ca> anthony@zone4.ocunix.on.ca (Anthony Lander) writes:
  14. >Actually, since Object is a subclass of nil (go and look if you don't believe
  15. >me), everything that inherits from Object is-a nil.  
  16. >Anthony Lander                            anthony@zone4.ocunix.on.ca 
  17. >
  18. That got me at first when I looked in the browser and saw
  19. "nil subclass: Object", but in fact this just denotes the fact
  20. that when the message #superclass is sent to Object, nil is returned.
  21. This does not mean that Object is a subclass of nil
  22.  
  23. -- 
  24.        Jack               js@bison.lif.icnet.uk
  25.                          
  26. If you only have a hammer, you tend to see every problem as a nail.
  27.                 -- Maslow
  28.