Recent Articles



































Run-time type information



         


Runtime Type Information is information about an object's datatype that is set into memory at runtime.

Run Time Type Information is a computer programming term used to identify that a given language has the ability to determine the type of a program's object/variable at runtime.

Although available in most computer languages, RTTI, as a term, is typically used in relation to C++. In order for the dynamic_cast<> operation to work in





  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License