1.

What is the Run-Time Type Information?(a) Information about an object’s data type at runtime(b) Information about the variables(c) Information about the given block(d) Information about the functionsThe question was asked in quiz.The doubt is from Run Time Type Information in chapter Class Hierarchies, Library & Containers of C++

Answer»

The correct option is (a) Information about an object’s DATA type at RUNTIME

Easiest explanation - With the help of RTTI, We can GET the information about the data type at the runtime.



Discussion

No Comment Found

Related InterviewSolutions