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