1.

What Is The Difference Between Type And Like?

Answer»

TYPE, you assign datatype DIRECTLY to the data OBJECT while DECLARING.
LIKE,you assign the datatype of another object to the declaring data object. The datatype is referenced INDIRECTLY.

TYPE, you assign datatype directly to the data object while declaring.
LIKE,you assign the datatype of another object to the declaring data object. The datatype is referenced indirectly.



Discussion

No Comment Found