📚 Practice Mode
Programming Fundamentals: .NET, Java, and SQL
Learn at your own pace with hints and detailed explanations
1 / 19
Multiple Choice
What is/are the role(s) of CTS (Common Type System) in .Net framework?
- It provides cross language integration.
- CTS defines the rules that are followed by the different languages.
- CTS provides an object oriented model to the implementation of the many programming languages.
- It defines the rules that ensures that the data types of objects written in various languages are able to interact among them.
- All of the above