0 votes
in C Sharp by

What are dynamic type variables in C-Sharp?

1 Answer

0 votes
by

You can store any type of value in the dynamic data type variable. Type checking for these types of variables takes place at run-time.

...