Leon945
08-10-2010, 11:46 PM
Hi there..
im wondering if its possible to access the parent's class method.
This is how i have my classes
C extends from B
B extends from A
B is abstract
method "hello" is implemented in A
method "hello" is overriden in B
method "hello" is overriden in C
method "hello" in B makes a super.hello() call.
I want to make a super.hello() call in my class C
but i want to access A's method, not B's method.
is that possible?
i hope i was clear..
thanks in advance.
im wondering if its possible to access the parent's class method.
This is how i have my classes
C extends from B
B extends from A
B is abstract
method "hello" is implemented in A
method "hello" is overriden in B
method "hello" is overriden in C
method "hello" in B makes a super.hello() call.
I want to make a super.hello() call in my class C
but i want to access A's method, not B's method.
is that possible?
i hope i was clear..
thanks in advance.