Run-time type information


In programming, Runtime Type Information (RTTI, Runtime Type Identification) means keeping information about an object's data type in memory at runtime. Run-time type information can apply to simple data types, such as integers and characters, or to generic objects.