Which operators are part of RTTI?
(a) dynamic_cast()
(b) typeid
(c) both dynamic_cast<> & typeid
(d) dynamic_cast[]
The question was asked during an internship interview.
My question comes from Run Time Type Information in portion Class Hierarchies, Library & Containers of C++