[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Creating Basic Zope Applications

nobody@nowhere.com nobody@nowhere.com
Mon, 02 Sep 2002 23:56:50 -0400


A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/SimpleExamples.stx#3-2

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

      You'll see this kind of dynamic behavior in many different
      places in Zope. This technique is called *acquisition*. A folder
      is said to *acquire* a object by searching for the object in its
      containers.

        % Anonymous User - Sep. 2, 2002 11:56 pm:
         How is "aquisition" different from "inheritance" (a term commonly used in object-oriented discussions)?