

MCQOPTIONS
Saved Bookmarks
1. |
If public members are to be restricted from getting inherited from the subclass of the class containing that function, which alternative is best? |
A. | Make the function private |
B. | Use private inheritance |
C. | Use public inheritance |
D. | Use protected inheritance |
Answer» C. Use public inheritance | |