thought I was getting the hang of public, private & protected access specifiers and the use of virtual functions but saw this in a class the other day and got confused:
private:
virtual void myFunc();
so my question is what does it mean when we limit access to virtual functions?