Multiple choice

________________ is to used to find the exact type of the object using a pointer to the base class.

  1. RTTI

  2. RTIT

  3. RITT

  4. RTTT

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Using Run Time Type Identification (RTTI), we can find the exact type of the object using a pointer to the base class.