Is is possible to do something like super.super in the overriden method? That is, to bypass the direct parent\'s super and call \"grandparent\'s\" super?
Considering this is breaking one of the principles of OOP (encapsulation), I dearly hope it isn't possible. Even the case of you trying to do this speaks of a problem with your design.