Page 1 of 1

Select the statement which are correct about RTTI(Runtime type identification)?

Posted: Wed Jul 13, 2022 7:57 pm
by answerhappygod
a) It allows the type of an object to be determined during program execution
b) It tells what type of object is being referred to by a base class reference determined by RTTI
c) Helps in prevention of an invalid cast exception in advance
d) All of the mentioned