Multiple choice technology programming languages

The .NET Framework class library is divided into two parts: the Basic Class Library and the Framework Class Library.

  1. True

  2. False

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

The .NET Framework class library is divided into the Base Class Library (BCL), which provides fundamental types, and the Framework Class Library (FCL), which builds on the BCL with domain-specific namespaces. 'Basic Class Library' is not the correct terminology.