14 Jul
2005
14 Jul
'05
1:07 p.m.
Yan Zhang wrote:
Hi Robert,
I know that it works for abstract base class. But if the base class is not abstract class how you do it? Is it possible?
Thanks,
You do not have to make the function pure virtual, just make the destructor virtual. That should solve your problem. Orhun Birsoy