1.

What kind of library is Standard Template Library?(a) Polymorphic(b) Generic(c) Both Polymorphic & Generic(d) VirtualThe question was asked during an online exam.This interesting question is from Almost Containers in portion Class Hierarchies, Library & Containers of C++

Answer»

Right CHOICE is (b) Generic

The explanation is: The STL is a generic LIBRARY, MEANING that its COMPONENTS are heavily parameterized.



Discussion

No Comment Found

Related InterviewSolutions