1.

Rtti - What Is Rtti In C++?

Answer»

RTTI STANDS for "RUN Time Type Identification". In an INHERITANCE hierarchy, we can find out the EXACT type of the objet of which it is member. It can be done by using:

  1. DYNAMIC id operator.
  2. typecast operator.

RTTI stands for "Run Time Type Identification". In an inheritance hierarchy, we can find out the exact type of the objet of which it is member. It can be done by using:



Discussion

No Comment Found