一.RTTI Run-time type information (RTTI) is a mechanism that allows the type of an object to be determined during program execution. There are three main C++ language elements to run-time type information: The dynamic_cast operator. Used for conversio…