What is the difference between dynamic type variables and object type variables?
Answers
Answered by
0
You can store any type of value in the dynamic data type variable. ... The Object Type is the ultimate base class for all data types in C# Common Type System (CTS). The object is an alias for System.
Similar questions