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

Explain the ISA and HASA class relationships. How would you implement each in a class design?

3 Answers  


How to declaring variables in c++?

0 Answers  


Explain bubble sorting.

0 Answers  


Describe private, protected and public – the differences and give examples.

0 Answers  


When are exception objects created?

0 Answers  






How is objective c different from c++?

0 Answers  


What is the use of volatile variable?

0 Answers  


What are the 3 levels of programming languages?

0 Answers  


Write a function which takes a character array as input and reverses it in place.

2 Answers   Lehman Brothers, Vision Infotech,


Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

0 Answers  


sizeof - is it a function or operator?

6 Answers   Honeywell,


how many controls can we place on single form.

1 Answers   Microsoft,


Categories