16 November 2010

Python inheritance examples

Here are a few links that provide examples for Python inheritance:

http://www.wellho.net/solutions/python-inheritance.html
http://tinyurl.com/q9ambl

The only thing to note is to use super() with caution.

No comments: