Dynamic type is static type - LINQ

Q.  Choose the correct option.
- Published on 31 Aug 15

a. Dynamic type is non - static type.
b. Dynamic type is static type.
c. Implicit conversion does not work with type dynamic.
d. None of the above

ANSWER: Dynamic type is static type.
 
If you declare anything as dynamic then its type is checked at runtime. Dynamic type is static type.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)