What is RTTI?

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

No comments: