j
k
j a
j l
Let's say that I have the following situation: GreatGrandParent -> GrandParent -> Parent -> Class In Class I want to bypass the code in Parent but call the code in either GrandParent OR GreatGrandParent.
Let's say that I have the following situation:
GreatGrandParent -> GrandParent -> Parent -> Class
In Class I want to bypass the code in Parent but call the code in either GrandParent OR GreatGrandParent.
GrandParent::Method ()
Back to the thread
Back to the list