Dot Net Framework Question:
Download Job Interview Questions and Answers PDF
What is Reflection in .NET?
Answer:
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.
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.
Download Dot Net Framework Interview Questions And Answers
PDF
Previous Question | Next Question |
What is namespace? | Explain unit test done by tester on development team? |