February 2, 2015

C# Oops Objective type question part 3

1. Can we declare abstract member as static?

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

2. Can we use modifier virtual with abstract method?

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

3. Can we change the access modifier of abstract method in derived class?

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

4. Can we declare abstract method inside non abstract class?

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

5. Can we declare abstract method as private?

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


No comments:

Post a Comment