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.

Related questions

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