Am I missing something with Python not having interfaces?

Benjamin Kaplan benjamin.kaplan at case.edu
Tue May 6 09:57:41 EDT 2008


On Tue, May 6, 2008 at 9:44 AM, jmDesktop <needin4mation at gmail.com> wrote:

> Studying OOP and noticed that Python does not have Interfaces.  Is
> that correct?  Is my schooling for nought on these OOP concepts if I
> use Python.  Am I losing something if I don't use the "typical" oop
> constructs found in other languages (Java, C# come to mind.)  I'm
> afraid that if I never use them I'll lose them and when I need them
> for something beside Python, I'll be lost.  Thank you.
> --
> http://mail.python.org/mailman/listinfo/python-list
>

I believe Python 3 introduces Abstract Base Classes, so you can use that
once it comes out.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080506/14920776/attachment-0001.html>


More information about the Python-list mailing list