Prototypes

[ Note 1] If you leave out object, you get an "old-style" class ( the standard prior to Python 2.2). New programs should use new-style classes, which you get automatically if you subclass a built-in type, or use object anywhere in the inheritance tree. Inheritance. Inheritance is … ................
................