Hi All,
In a base class if I have a function in protected scope, I get that in private in the derived class.
what if i want it in protected scope of the derived class too?
~Cheers!
navderm
If you have a protected member, it will still be a protected member in the derived class if you inherit publicly