|
What is Strong Data Typing?
|
|
One very important aspect of IL is that it is based on exceptionally Strong Data Typing. That means that all variables are clearly marked as being of a particular, specific data type (There is no room in IL, for example Variant data type recognized by Visual Basic and scripting languages). In particular, IL does not normally permit any operations that result in ambiguous data types.
|
|
|
|
|
|
|
|