inheritance != object oriented
Posted Mar 30, 2005 12:57 UTC (Wed) by
zooko (subscriber, #2589)
In reply to:
Everything to like by Zarathustra
Parent article:
Evidence that Python is advancing into the enterprise (NewsForge)
I agree with you that inheritance is used way too much. I would be just as happy in a language without inheritance, and when I code in a language with inheritance, I try to avoid it as much as possible. (Such as, to be topical, Python, where the dynamic and structural object oriented make it easy for me to accomplish what I want without using Python's builtin inheritance.)
But inheritance != object oriented. Modern object oriented languages like E don't have inheritance.
(
Log in to post comments)