How does Python's OOP feel?

Dutch Masters gregory.matous at gmail.com
Sun May 24 18:01:14 EDT 2009


On May 24, 5:54 am, Ikon <vad.vik... at gmail.com> wrote:
Be prepared for a slight wave of depression as you remember all the
pointless interfaces, abstract classes, and getters/setters you
created. I keep reminding myself that Java pays the bills.

Having said that, the dynamic nature of Python lets you experiment
with some more advanced OO concepts that Java doesn't have, like
mixins (like multiple inheritance) and multimethods (dispatching on
parameter types). Then there are metaclasses..




More information about the Python-list mailing list