Answer:
The answer to the given question is option "b".
Step-by-step explanation:
In C++ programming language a private inheritance is one of the aspects to implement the has-a relationship. In this inheritance others access modifiers like public, protected is using as a private member of the derived class with private inheritance. In this programming language by default access modifier is private.
That's why the answer to this question is option "b".