On Jan 14, 10:45 am, "Russ P." <[email protected]> wrote: > The Wikipedia entry for "object-oriented programming" also lists > encapsulation as a "fundamental concept."
The Wikipedia entry for "encapsulation" defines it as "the grouping together of data and functionality". That sounds like Python classes & modules to me. -- http://mail.python.org/mailman/listinfo/python-list
