C++ Template: Interview Questions
What are the syntax and
semantics for a function template?
Latest answer: Templates is one of the features of C++. Using
templates, C++ provides a support for generic programming.
We can define a template for a function that can help us create multiple
versions for different data types.....................
Read
answer
Latest answer: The life of a static data member exists between
the functions which means that they are resident through out the execution of a
program like the global variables.....................
Read
answer
Latest answer: Template class: A class that has generic
definition or a class with parameters which is not instantiated until the
information is provided by the client. It is referred to a jargon for plain
templates......................
Read
answer
Latest answer: A class holds the data and
functions that operate on the data. It serves as the template of an
object..............
Read answer
Latest answer: A class is a user defined
data type. It serves as a template of the objects...........
Read answer
What is the STL, standard template library?
What is the object serialization?
What are ActiveX and OLE.
What are GUID? Why does COM need GUIDs?
What is a type library?
What is the IUnknown interface?
Explain Binary object model.
How does COM provide language transparency?
What is the STL, standard template library?
Latest answer: The Standard Template Library, or STL, is a C++
library of container classes, algorithms, and iterators; it provides many of
the basic algorithms and data structures................
Read answer
<<Previous
Next>>
|