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

[email protected]
Newsgroups gmane.comp.web.zope.zdp
Message-ID <[email protected]>
A comment to the paragraph below was recently added via http://zope.org/Documentation/Books/ZopeBook/2_6Edition/ObjectOrientation.stx#2-7

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

    In a non-object-oriented application, your data is separate from
    your code.  But in an object oriented application, both your data
    and your code is stored in one or more objects, each of which
    represents a particular "thing".  Objects can represent just about
    anything.  In Zope, the *Control_Panel* is an object, Folders
    which you create are objects, even the Zope "root folder" is an
    object.  When you use the Zope "add list" to create a new item in
    the Zope Management Interface, you are creating an object.  People
    who extend Zope by creating *Products* define their own types of
    objects which are then entered in to the Zope "add list", allowing
    you to create objects from them.  A product author might define a
    "Form" object or a "Weblog" object.  Basically, anything which can
    be described using a noun can be modelled as an object.

      % Anonymous User - Feb. 18, 2004 4:00 am:
       "types of objects" = "classes" ???

      % Anonymous User - Feb. 27, 2004 7:07 am:
       Zope Objects is type defenitions (like C++ classes) or real object instances?

_______________________________________________
ZDP maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zdp
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.