[ZDP] BackTalk to Document The Zope Book (2.6 Edition)/Object Orientation

webmaster at zope.org webmaster at zope.org
Wed Dec 17 15:28:43 EST 2003


A comment to the paragraph below was recently added via http://zope.org/Documentation/Books/ZopeBook/2_6Edition/ObjectOrientation.stx#2-13

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

    Methods are similar to *functions* in procedural languages like
    'C'.  The key difference between a method and a function is that a
    method is "bound" to (attached to) an object, so instead of
    operating solely on "external" data that is passed in to it via
    arguments, it may also operate on the attributes of the object to
    which is bound.

      % Anonymous User - Dec. 17, 2003 3:28 pm:
       "of the object to which is bound." -> of the object to which it is bound.



More information about the ZDP mailing list