Would anyone who knows the inner workings volunteer to clarify whether or not every additional derivation of a class hierarchy adds an indirection to the base class's method calls and attribute read-writes. In C++, I suppose, a three-level inheritance would resolve into something like *(*(*(*(base_class_method ())))).

Frederic
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to