Describe run-time type identification?

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


Please Help Members By Posting Answers For Below Questions

Why is null pointer used?

698


What is prototype for that c string function?

701


Is set c++?

583


What is private public protected in c++?

561


What is the use of setfill in c++?

598






What should main() return in c and c++?

539


How do you differentiate between overloading the prefix and postfix increments?

603


What is a null object in c++?

646


What is the basic structure of a c++ program?

630


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

845


What is abstract keyword in c++?

600


What are the various compound assignment operators in c++?

558


What is the use of turbo c++?

561


Are strings immutable in c++?

668


What is the use of main function in c++?

536