Declarations and Access Control Logic
© examsiri.com
Question : 29 of 29
Marks:
+1,
-0
Given:
Which statements are true? (Choose all that apply.)
1. enum A { A }
2. class E2 {
3.   enum B { B }
4.   void C() {
5.    enum D { D }
6.   }
7. }Which statements are true? (Choose all that apply.)
Go to Question: