Private Base Class:

A base class which allows its public and protected members to be inherited as “private” members of the derived class. Thus, the inherited members are accessible to the members and friends of the derived class, but they are not accessible to the users of the derived class.