InterviewSolution
Saved Bookmarks
| 1. |
Choose the correct statement about System.Type namespace.(a) Core of the reflection subsystem as it encapsulates a type(b) Consists of many methods and properties that can be used to obtain information about a type at runtime(c) Both Core of the reflection subsystem as it encapsulates a type & Consists of many methods and properties that can be used to obtain information about a type at runtime(d) Only Consists of many methods and properties that can be used to obtain information about a type at runtimeI got this question in an international level competition.Question is taken from Introduction of Reflections topic in chapter Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C# |
|
Answer» Right answer is (c) Both Core of the reflection subsystem as it encapsulates a type & Consists of MANY METHODS and properties that can be used to OBTAIN information about a type at runtime |
|