Multiple choice

In order to make the C++ as a generic programming language, Alexander Stepanov and Meng Lee developed a set of general purpose templatised classes and functions. The collection of these classes and functions is called _____________.

  1. Standard Library(SL)

  2. Standard Template Library(STL)

  3. Standard Class Library(SCL)

  4. Standard Class and template Library(SCTL)

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

In C++, Standard Template Library(STL) contains the collection of templatised classes and functions.