What is the difference between dynamic type variables and object type variables

Dynamic type variables Object type variables
Type checking Run Time Type checking Compile Time
dynamic b = new Customer() object a = new Class();

results matching ""

    No results matching ""