August 2017
Intermediate to advanced
384 pages
10h 16m
English
1. Which option below indicates namespace containment?

A. A
B. B
C. C
D. D
E. E
2. Which option describes the consequence of adding a Class C1 into Package P2?

A. The C1 in P1 cannot be accessed by anything in P2
B. No change
C. If C2 wishes to refer to the refer to the C1 in P1, it will need to refer to it as P1.C1
D. If C2 wishes to refer to the refer to the C1 in P1, it will need to refer to it as P1::C1
E. You cannot put a C1 into P2 because it has the same name as the C1 in P1.
3. Which symbol indicates that the element ...
Read now
Unlock full access