What is dynamic keyword ?

 Posted by Bhakti on 12/17/2009 | Category: C# Interview questions | Views: 5593
Answer:

Its newly introduced keyword of C#4.0. To indicate that all operations will be performed runtime.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Shadyyehia on: 5/17/2015 | Points: 10
dynamic is a keyword of .NET framework 4 and it enables the operations in which it occurs to bypass compile-time type checking

Login to post response