Multiple choice technology programming languages

CTS is a set of specifications that all languages and libraries need to follow and will ensure interoperability between languages

  1. True

  2. False

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

The CTS (Common Type System) defines how types are declared and managed, ensuring interoperability between .NET languages. However, the statement says CTS is something 'all languages need to follow' - this is misleading. Languages can opt into .NET compliance but aren't required to follow CTS universally. The False answer correctly identifies this overstatement.