Select The Statement Which Are Correct About Rttiruntime Type #674
Select the statement which are correct about RTTI(Runtime type identification)?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Delegates, Generics and LINQ - Runtime Type - Quiz No.1.
Select the statement which are correct about RTTI(Runtime type identification)?
It allows the type of an object to be determined during program execution
It tells what type of object is being referred to by a base class reference determined by RTTI
Helps in prevention of an invalid cast exception in advance
All of the mentioned