C++ Programming Question: Download C++ Programming PDF

Describe run-time type identification.

Tweet Share WhatsApp

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 PDF Read All 120 C++ Programming Questions
Previous QuestionNext Question
What is the Standard Template Library (STL)?What problem does the namespace feature solve?