Thomas Hruska wrote: [deleted as irrelevant] > I rarely use pure virtual functions. They cause too > many problems. > > I don't see that "pure virtual functions" cause any problem other than guaranteeing that derived classes actually have bodies for the required (pure) methods. now if you have a meaningful default implementation for a virtual function, then you don't declare it pure.
- [c-prog] Calling a virtual function from another virtual fun... sowmya
- Re: [c-prog] Calling a virtual function from another vi... Thomas Hruska
- Re: [c-prog] Calling a virtual function from anothe... Vic Wagner
- Re: [c-prog] Calling a virtual function from another vi... wang jun
