🎴 Flashcard Mode

.NET and C# Programming Fundamentals

Card1 / 18
Mastered0
Review0
QuestionClick to flip

Which language makes the best use of Common Language Runtme(CLR)?

AnswerClick to flip back
A
C#
💡 Explanation:

C# is the primary language designed for the .NET Framework and makes the best use of the CLR. While VB.NET and managed C++ also compile to IL and run on the CLR, C# was designed alongside the CLR and provides the most natural mapping to its features. Java runs on its own JVM, and standard C++ doesn't use a runtime in the same way.

Change Mode