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 c++ coding?
What is the difference between while and do while loop?
Why the usage of pointers in C++ is not recommended ?
What is #include math h in c++?
What are the advantages of early binding?
In java a final class is a class that cannot be derived. How can you make a similar class in C++
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What is c++ 11 and c++ 14?
how to explain our contribution in the project?
What is ios in c++?
What is the use of endl?
What is endl?