Monday 16 September 2013

What is Dynamic type?

Ques:- what is dynamic type?

Ans:-You can store any type of value in dynamic type variable.type checking for this variable take place at run time.
ex:- dynamic d=20;
Dynamic type is similar to object type except that type checking for object types variables that take place at compile time but in dynamic types variables take place at runtime..

No comments:

Post a Comment