RTTI - Runtime type informartion, as a key work we can use at runtime.
Using this we can find the control at run time.Using this we can create control at run time
|
|
Inappropriate
|
See Answer
To Email:
Subject:
Note to go along with the question: (Optional, no
more than 1,000 characters)
Runtime type identification (RTTI) lets you find the dynamic type of an object when you have only a pointer or a reference to the base type. RTTI is the official way in standard C++ to discover the type of an object and to convert the type of a pointer or reference (that is, dynamic typing). The need came from practical experience with C++. RTTI replaces many homegrown versions with a solid, consistent approach.
Create Date
:
Saturday, March 15, 2008
Click here
to improve the Interview Question, Answer and other fields.