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 |
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What are the various compound assignment operators in c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Explain what are single and multiple inheritances in c++?
What problems might the following macro bring to the application?
What is a class template?
What does ctime() do?
What are advantages of c++?
What is the difference between reference type and pointers.
Is there something that we can do in C and not in C++?
Is there a new/delete equivalent of realloc?
What is #include iostream in c++?