Now, if we have:
A* p = new C();
p->f() // this calls c's f()
p->g() // this calls a's g()
Let's assume that C doesn't overload f() on it's own:
class funct funct
A v f() g()
B f() v g()
C g()
does calling:
p->f()
give A's f()?
RonB
On 4/25/05 4:13 PM, in article d4jmim$ss0$1...@geraldo.cc.utexas.edu, "Ron
Blancarte" <r...@removeme.blancarte.com> wrote:
--
Glenn P. Downing
The University of Texas at Austin
Department of Computer Sciences
Taylor Hall 2.124
Austin, TX 78712
(512) 471-7316
http://www.cs.utexas.edu/users/downing/