Transcription: This statement causes a compile time error. It is an attempt to make the access to a member in a derived class more relaxed than it is in the base class. Because X is a private member of base 1, its access cannot be changed to public in derived 1.