ActiveX Question:

Explain STL, standard template library?

Tweet Share WhatsApp

Answer:

STL contains classes, algorithms, and iterators. It contains set of ready to use C++ classes that can be used with built in type and user defined operations. STL uses templates to achieve the results.

Download ActiveX PDF Read All 18 ActiveX Questions
Previous QuestionNext Question
What are some other development tools that support creating and using ActiveX controls?Define shallow and deep copy?