Programming Fundamentals: .NET, Java, and SQL
Casual Mode - Take your time!
1 / 19
Correct
0
Incorrect
0
Score
0%
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