Consider the following scenario: A, B and C are classes. A has instproc m defined. B is a sub-class of A. C c c mixin B Question: How in instproc m can I get the name of the mixin class, that is, B? Any help will be appreciated. Regards, sheik.