Hi

I found that don't affect the derived class.

if a virtual method is defined with "private" or "procted", the derived class still can implement it, right? So doesn't make it sense to put "private" or "procted" in front of virtual methods in deriving class?

Thanks