Describe run-time type identification?
Answer / anuradha chaurasia
The ability to determine at run time the type of an object by using the typeid operator or the dynamic_cast operator.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is null pointer and void pointer and what is their use?
What is difference c and c++?
what is difference between static and non-static variables
What is do..while loops structure?
Explain the register storage classes in c++.
Why #include is used?
What is function overloading c++?
How do I download c++?
What can c++ be used for?
How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?
Is there a datatype string in c++?How is the memory allocation?
Who discovered c++?