Virtual function

When should one use private virtual function and protected virtual function ???
It depends on whether you want the derived classes to be able to call those functions or not.
Topic archived. No new replies allowed.