Learning OOP...

Courageous jkraska1 at san.rr.com
Mon Jun 11 14:55:18 EDT 2001


>I've heard a number of folks claim that while inheritance is powerful,
>it's often used where it need not to be, and that perhaps one should
>think composition first.

As an amusing side-node, Python objects, under the hood, use
composition to build up their inheritance graph.

C//




More information about the Python-list mailing list