G
Guest
My class hierarchy is something like C1 -> C2 -> C3 and in C3 I override a
method from C2 which in turn has overriden this method from C1, is there a
way to call C1's version of the method? This would be something like
base.base.MethodName() or C1.MethodName().
It would be a great help if anyone can suggest anything on this.
method from C2 which in turn has overriden this method from C1, is there a
way to call C1's version of the method? This would be something like
base.base.MethodName() or C1.MethodName().
It would be a great help if anyone can suggest anything on this.