InterviewSolution
Saved Bookmarks
| 1. |
Choose the class from which the namespace ‘System.Type’ is derived?(a) System.Reflection(b) System.Reflection.MemberInfo(c) Both System.Reflection & System.Reflection.MemberInfo(d) None of the mentioned |
|
Answer» Correct option is (b) System.Reflection.MemberInfo Explanation: Type is derived from an abstract class called System.Reflection.MemberInfo |
|