

MCQOPTIONS
Saved Bookmarks
1. |
Which call is correct for public members of a nested class? |
A. | Can be called from object of enclosing class |
B. | Can be called within enclosing class only with direct names |
C. | Direct names should be used for the nested classes |
D. | Only with help of nested class object pointer |
Answer» B. Can be called within enclosing class only with direct names | |