Pergunta de entrevista da empresa Bloomberg

What is private inheritance? Why is it useful? Is it different from containment?

Resposta da entrevista

Sigiloso

8 de jun. de 2010

When you inherit a class with private access specifier where all the public and protected members of base class gets derived as private in derived class. It is different from containment.