1. Static constructor will be invoked only once for any number of instances of the class. Is it true?
(A) Yes
(B) No
(C) None of the above
2. Can we pass any parameter to Static Constructor?
(A) Yes
(B) No
(C) None of the above
3. Can we use access modifier with static constructor?
(A) Yes
(B) No
(C) None of the above
4. Overriding is also known as Dynamic polymorphism. Is it true?
(A) Yes
(B) No
(C) None of the above
5. Shadowing is implemented through new keyword in derived class. Is it true?
(A) Yes
(B) No
(C) None of the above
No comments:
Post a Comment