0 votes
in C Sharp by
Which statment is correct about dynamic Type in C#?

A - You can store any type of value in the dynamic data type variable.

B - Type checking for these types of variables takes place at run-time.

C - Both of the above.

D - None of the above.

1 Answer

0 votes
by

Ans is 

C - Both of the above.

Related questions

0 votes
asked Jun 16, 2020 in C Sharp by Hodge
0 votes
asked Jun 16, 2020 in C Sharp by Hodge
...