C++ Programming Question:

Download Job Interview Questions and Answers PDF

Describe run-time type identification.

C++ Programming Interview Question
C++ Programming Interview Question

Answer:

The ability to determine at run time the type of an object by using the typeid operator or the dynamic_cast operator.

Download C++ Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is the Standard Template Library (STL)?What problem does the namespace feature solve?