Which statements are correct about Dynamic Keyword?

 Posted by vishalneeraj-24503 on 11/3/2014 | Category: ASP.NET Interview questions | Views: 3444 | Points: 40
Select from following answers:
  1. It can store any type of the variable (integer,string,decimal and so on.)
  2. It is not type safe i.e. Compiler does not have any information about the type of variable.
  3. The type is decided at run time.
  4. Dynamic type can be passed as method argument and method also can return dynamic type.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response