Multiple choice technology programming languages

CTS(Common Type System) defines and standardizes the data types to ensure compatibility across all .NET complaint languages.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

CTS (Common Type System) is a fundamental .NET component that defines how data types are declared and managed, ensuring type compatibility across all .NET-compliant languages. This enables cross-language inheritance and exception handling.