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 the purpose of template?
What is the real purpose of class – to export data?
What is the use of map in c++?
is throwing exception from a constructor not a good practice ?
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 .
Explain what are the sizes and ranges of the basic c++ data types?
What are the comments in c++?
What is & in c++ function?
What do c++ programmers do?
What are abstract data types in c++?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
How do you sort a sort function in c++ to sort in descending order?