InterviewSolution
Saved Bookmarks
| 1. |
Why do we need Reflection? |
|
Answer» It is a powerful tool for determining the contents of unknown assembly which can be USED for a wide variety of classes in simple WORDS Reflection provides the ability to determine things and execute code at runtime. Usage of Reflection:
The Namespace used for reflection is System.Reflection. |
|