📚 Practice Mode
Microsoft .NET Fundamentals
Learn at your own pace with hints and detailed explanations
1 / 15
Multiple Choice
Which of the following is not a function of Common Type System (CTS)?
- It defines the interoperability of the languages.
- It also specifies the rules for type visibility and access to the members of a type.
- It defines the inheritance and virtual methods.
- It establishes a framework that helps enable cross-language integration, type safety, and high performance code execution.
- It defines the execution environment to the code.