[comp.lang.c++] Protected Inheritance

dattatri@metaphor.Metaphor.COM (Dattatri) (01/31/91)

I know that, just like private or public inheritance, protected inheritance
is allowed, but I've forgotten its semantics. 

	class derived:protected base { .... };

is possible.
Would someone clarify?

Thanks
dattatri@metaphor.com