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.
c. When these members should be available only to derived classes (and friends), but not to other clients.
You might also like to view...
A technician has a customer with a Windows 7 Home Basic machine who wants to play movies through the Media Center program. Which of the following should the technician do to allow this to happen?
A. Upgrade the Media Player program to the Media Center program. B. Enable the Media Center program. C. Upgrade the system to Windows 7 Business. D. Upgrade the system to Windows 7 Home Premium Edition.
What type of form is embedded in another form?
A. inside form B. subform C. main form D. user view