Search:
Forum
General C++ Programming
Virtual function
Virtual function
Oct 12, 2013 at 6:28pm UTC
gautamreloaded
(31)
When should one use private virtual function and protected virtual function ???
Oct 12, 2013 at 6:47pm UTC
kbw
(9488)
It depends on whether you want the derived classes to be able to call those functions or not.
Oct 12, 2013 at 10:21pm UTC
LB
(13399)
http://www.gotw.ca/publications/mill18.htm
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs