Friday, January 8, 2016

What is the difference between ‘Type’ and ‘Like’?

‘Type’:  You assign data type directly to the data object while declaring.

‘Like’:  You assign the data type of another object to the declaring data object.

‘Type’ refers the existing data type while ‘Like’ refers to the existing data object.

No comments:

Post a Comment