What is Reflection in .NET?

Submitted by: Administrator
Reflection is the feature in .Net, which enables us to get
some information about object in runtime. That information
contains data of the class. Also it can get the names of
the methods that are inside the class and constructors of
that object.
Submitted by: Administrator

Read Online Dot Net Framework Job Interview Questions And Answers