Thursday, 7 July 2016

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

Dynamic types are similar to object types except that type checking for object type variables takes place at compile time, whereas that for the dynamic type variables takes place at run time.


Object type take place in compilation time
Dynamic type veriabe take place roll in RUn time

No comments:

Post a Comment