Home » C++ Programming » Questions and Answers » Question
  1. What kind of library is Standard Template Library?
    1. Inheritable
    2. Polymorphic
    3. Generic
    4. Both Polymorphic & Generic
    5. None of these
Correct Option: D

The STL is a generic library, meaning that its components are heavily parameterized.



Your comments will be displayed only after manual approval.