Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Abstract classes in Python are kinda bolted on http://docs.python.org/2/library/abc.html

They're native to PHP http://php.net/manual/en/language.oop5.abstract.php



Abstract classes are unnecessary and "unpythonic", if you will; there's a lot of other preferred patterns in Python for that use case.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: