Senior .Net Developer Question:

Please explain what is Reflection and what is it for?

Tweet Share WhatsApp

Answer:

It is the ability to read, instantiate, and invoke the properties & methods of an assembly’s classes. It is especially useful when we do not have the source code for classes, only their assembly.

Download Senior .Net Developer PDF Read All 60 Senior .Net Developer Questions
Previous QuestionNext Question
Please explain is the JIT an interpreter?Tell us what is a sealed class?