Regardless of whether it is public, private or protected inheritance, the private members of the base class are not accessible to the functions exclusive to the derived class.
This is my conclusion. Is it correct?
Related notes would be appreciated.
Also, in private inheritance, the public members of the base class would be private in the derived class but the new functions of the derived class can still access them directly. Correct?