InterviewSolution
Saved Bookmarks
| 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 |
|