Vidyalelo
C# Programming · Q74

LINQ (Language

Programming · C# Programming · question 74

Q74

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

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board