swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: initializing objects


From: Manor Askenazi
Subject: Re: initializing objects
Date: Thu, 3 Oct 1996 14:49:33 -0600

  "Or does the List (which is part of Chimp) get created when the Chimp gets 
  created?"

Not unless you do it yourself. Consequently, you will probably have something 
like:

---[ Chimp.m ]---

-createEnd {
 
  ... blah ...

  supportList = [List create: aZone] ;

  ... blah ...

  return self ;
}

------------------


reply via email to

[Prev in Thread] Current Thread [Next in Thread]