InterviewSolution
Saved Bookmarks
| 1. |
Describe Run-time Type Identification? |
|
Answer» The ability to DETERMINE at run time the type of an object by using the TYPEID operator or the DYNAMICCAST operator. The ability to determine at run time the type of an object by using the typeid operator or the dynamiccast operator. |
|