Interview Questions

Describe run-time type identification.

C++ Interview Questions and Answers


(Continued from previous question...)

Describe run-time type identification.

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

(Continued on next question...)

Other Interview Questions