Run Time Type Identification (RTTI)
A simple RTTI demonstration in C++.
RTTI in C++ using
typeid
RTTI in Java using
getClass()
and
instanceof
.