C
cadilhac
Hi,
I have a class C derived from B which is derived from A.
In an overriden method of C, I would like to call the same base method
but in A.
Using the keyword "base" performs the call in B but hoz can I call the
method in A ? Is there a language construct for this ?
Thank you
Herve
I have a class C derived from B which is derived from A.
In an overriden method of C, I would like to call the same base method
but in A.
Using the keyword "base" performs the call in B but hoz can I call the
method in A ? Is there a language construct for this ?
Thank you
Herve