February 6, 2015

C# Oops Objective type question part 5

1. Public is default access specifier of Namespace? Is it true?

(A) Yes
(B) No
(C) None of the above

2. Internal member will not be accessible in another assembly. Is it true?

(A) Yes
(B) No
(C) None of the above

3. Class cannot be marked as protected or private. Is it true?

(A) Yes
(B) No
(C) None of the above

4. Struct Default member’s accessibility is private. Is it true? 

(A) Yes
(B) No
(C) None of the above

5. Is it true about Protected-Internal;Access is limited to current assembly or types derived from containing class?

(A) Yes
(B) No
(C) None of the above


No comments:

Post a Comment