Explain what is the role of protected access specifier?

Submitted by: Muhammad
If a class member is protected then it is accessible in the inherited class. However, outside the both the private and protected members are not accessible.
Submitted by: Muhammad

Read Online C++ Programmer Job Interview Questions And Answers