Hello,
Can any one tell me what is early binding and late binding in context of objects.

what is difference between
dim obj as new data

and

set obj=new data

where and when we use these.