February 5, 2015

C# Oops Objective type question part 1

1. What is the default access specifier for the class?

(A) Internal
(B) Private
(C) Public
(D) Protected
(E) None of the above

2. What is the default access specifier for the class members?

(A) Internal
(B) Private
(C) Public
(D) Protected
(E) None of the above

3. What is the default access modifier for the Interface members?

(A) Internal
(B) Private
(C) Public
(D) Protected
(E) None of the above

4. What is the default access modifier for the Interface?

(A) Internal
(B) Private
(C) Public
(D) Protected
(E) None of the above

5. What is the default access modifier for enum?

(A) Internal
(B) Private
(C) Public
(D) Protected
(E) None of the above


1 comment:

Post a Comment