InterviewSolution
Saved Bookmarks
| 1. |
Which feature enables to obtain information about the use and capabilities of types at runtime?(a) Runtime type ID(b) Reflection(c) Attributes(d) None of the mentionedThis question was addressed to me in an interview for internship.Origin of the question is Introduction of Reflections in portion Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions of C# |
|
Answer» Right option is (b) Reflection |
|