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 |
How do we implement inheritance in c++?
how many trys can we write in one class
Explain how a pointer to function can be declared in C++?
Difference between Overloading and Overriding?
35 Answers Appnetix Techno, GameLoft, HP, IBM, NIIT, Rohde and Schwarz,
what are difference between c and c++?
What are the two shift operators and what are their functions?
Carry out conversion of one object of user-defined type to another?
Explain unexpected() function?
Is there any difference between int [] a and int a [] in c++?
What is meant by reference variable in C++?
What is the difference between reference type and pointers.
what is the emaning of '#include" "'?