R
Ron M. Newman
Hi Group,
Here's the scenario:
I have a class A with a virtual method X()
I have a class B :deriving from A with an override method X()
I have a class C deriving from B
From an object of class C, I'd like to access the X method on class A. How
do I achieve something like this?
thanks,
Ron
Here's the scenario:
I have a class A with a virtual method X()
I have a class B :deriving from A with an override method X()
I have a class C deriving from B
From an object of class C, I'd like to access the X method on class A. How
do I achieve something like this?
thanks,
Ron