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 mentionedI got this question in an online quiz.Question is from Introduction of Reflections topic in division Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C#

Answer»

Correct OPTION is (b) System.Reflection.MemberInfo

Explanation: TYPE is DERIVED from an abstract CLASS called System.Reflection.MemberInfo



Discussion

No Comment Found

Related InterviewSolutions