Monday, May 19, 2008

A Python illustration of how abstract superclass works

I made this after reading Learning Python 3rd Edtion, Part VI, Page 490.

The picture shows what happens when a instance's method, which is declared in a superclass and implemented later in a subclass, is called.

No comments: