In 3 minutes, What is Reflection?

前端 未结 12 1156
广开言路
广开言路 2020-12-02 10:33

Many .Net interview question lists (including the good ones) contain the question: \"What is Reflection?\". I was recently asked to answer this in the context of a 5 questio

12条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-02 11:23

    Reflection is the ability to query and interact with the type system in a dynamic way.

提交回复
热议问题