Answer Posted / 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 View All Answers
What new()is different from malloc()?
Should a constructor be public or private?
Explain the difference between overloading and overriding?
What is runtime polymorphism in c++?
Can we specify variable field width in a scanf() format string? If possible how?
How do you initialize a string in c++?
What is virtual table?
What does return 0 do in c++?
What does std :: flush do?
What is the most common mistake on c++ and oo projects?
Why do we need constructors in c++?
Can I learn c++ in a week?
When there is a global variable and local variable with the same name, how will you access the global variable?
You want to link a c++ program to c functions. How would you do it?
Describe delete operator?