On Apr 22, 10:22 am, Carl Banks <[EMAIL PROTECTED]> wrote:

> Java (for example) allows a class to share behavior with only one
> other class, and that *severely* limits the opportunities to minimize
> redundancy.

Not really; composition is usually a better way to share functionality
and reduce redundancy than inheritance.

George
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to