Answer:
The correct answer to the following question is (d).
Step-by-step explanation:
Because member access specifier is protected when a public member of the superclass becomes the protected member of the subclass.
- Protected is the keyword which is the access modifier use with the class members or the class.
- Protected is defined before the name of the class or before the name of the class members such as the data members and the member functions or methods.