

MCQOPTIONS
Saved Bookmarks
1. |
When the inheritance is private, the private methods in base class are __________ in thederived class (in C++). |
A. | inaccessible |
B. | accessible |
C. | protected |
D. | public |
Answer» B. accessible | |