Multiple choice technology programming languages

BCL stands for

  1. Base Class Language

  2. Base Class Library

  3. Binary Coded Language

  4. None

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

BCL stands for Base Class Library, which provides the fundamental types and utility classes for .NET applications. It includes types for strings, collections, file I/O, and other core functionality that all .NET languages can use.