1.

Pick the correct statement.(a) STL is a generalized library(b) Components of STL are parameterized(c) STL uses the concept of templates classes and functions to achieve generalized implementation(d) All of the mentionedThis question was posed to me during an internship interview.The above asked question is from Standard Template Library in division Derived Classes, Templates & Exception Handling in C++ of C++

Answer»

Correct OPTION is (d) All of the mentioned

Explanation: STL is a generalized library and COMPONENTS of STL are PARAMETERIZED. STL uses the concept of templates classes and function to ACHIEVE generalized implementation.



Discussion

No Comment Found

Related InterviewSolutions