Question

Q5: When should base class members be declared protected?
a. When all clients should be able to access these members.
b. When these members are used only by member functions of this base class.
c. When these members should be available only to derived classes (and friends), but not to other clients.
d. The protected access specified should never be used.

Answer

This answer is hidden. It contains 86 characters.