![]() |
What is RTTI? |
[Edit] |
[Edit]
Answer
RTTI means run time type identification. It is the process of identifying the type of an identifier or an object during runtime which is not known during compile time. Through this, we can hide the implementation details of a particular identifier or an object at the user level during programming so that it ca be distinguished during runtime and used further.Object persistency is acheived through RTTI
First answer by Ram kumar. Last edit by Ram kumar. Question popularity: 62 [recommend question]





