D
Duncan
Hi,
I have a class 'A' that has a virtual member 'm()'. Another class 'B'
inherits from A and overrides m. Yet another class 'C' inherits from B.
A <- B <- C
From C, can I call A's implementation of m(), or the member from the
immediate inheritance from B?
Thanks,
-Duncan
I have a class 'A' that has a virtual member 'm()'. Another class 'B'
inherits from A and overrides m. Yet another class 'C' inherits from B.
A <- B <- C
From C, can I call A's implementation of m(), or the member from the
immediate inheritance from B?
Thanks,
-Duncan