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 pure virtual function? Or what is abstract class?
Can you pass an array to a function in c++?
What operators can you overload in c++?
What is a conversion constructor?
write program for palindrome
81 Answers Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,
What is the difference between a reference and a pointer?
What is a multiset c++?
Friend functions can access private and protected members of a class.
What is a pointer how and when is it used?
How would you call C functions from C++ and vice versa?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What are friend classes? What are advantages of using friend classes?