

MCQOPTIONS
Saved Bookmarks
1. |
In an inheritance chain through which of following, the base class and its components are accessible to the derived class? |
A. | Scope resolution operator(:) |
B. | Class visibility modifiers (public,private etc.) |
C. | Dot operator (.) |
D. | All of the mentioned |
Answer» C. Dot operator (.) | |