1.CTS stands for Common Type System.
The CTS makes available a common set of data types so that compiled code of one language could easily interoperate with compiled code of another language by understanding each others’ data types.
2.All .net supported languages will produce code that is ultimately based on these type.
[or]
The CTS also defines the rules that ensures that the data types of objects written in various languages are able to interact with each other.
[or]
The CTS also defines the rules that ensures that the data types of objects written in various languages are able to interact with each other.
0 comments:
Post a Comment