Multiple choice technology web technology

Common type system is built into which of the following:

  1. CLR

  2. RCT

  3. RCW

  4. GAC

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

The Common Type System (CTS) is built into the CLR (Common Language Runtime). CTS defines how types are declared, used, and managed in the runtime, enabling cross-language integration. RCT and RCW are related to COM interop, and GAC is the Global Assembly Cache for storing assemblies.