Describe run-time type identification?



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

Post New Answer

More C++ General Interview Questions

Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

0 Answers  


Why do you use the namespace feature?

0 Answers  


What is long in c++?

0 Answers  


What is the difference between the functions rand(), random(), srand() and randomize()?

0 Answers  


Can comments be longer than one line?

0 Answers  






What do you understand by zombie objects in c++?

0 Answers  


Do we have private destructors?

12 Answers   Symphony, TCS,


What are advantages of using friend classes?

0 Answers  


What is ostream in c++?

0 Answers  


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

0 Answers  


What is the insertion operator and what does it do?

0 Answers  


What is the use of this pointer in c++?

0 Answers  


Categories