What is problem with Runtime type identification?

Answers were Sorted based on User's Feedback



What is problem with Runtime type identification? ..

Answer / guest

Run Time Type Identification (RTTI) affects the performance

Is This Answer Correct ?    5 Yes 2 No

What is problem with Runtime type identification? ..

Answer / achal ubbott

RTTI feature was added to know the type of the object at
the run time. Most modern standard c++ compilers support
this feature. Now since the identification is done at the
runtime, this makes the execution slow.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More C++ General Interview Questions

What are the data types in c++?

0 Answers  


Write a program using display() function which takes two arguments.

0 Answers  


Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit

2 Answers  


How many standards of c++ are there?

0 Answers  


What is the basic difference between C and C++?

0 Answers   NIIT,






What is meant by entry controlled loop? What all C++ loops are exit controlled?

0 Answers   TCS,


What size is allocated to the union variable?

0 Answers  


How is modularity introduced in C++?

0 Answers   TCS,


What is a flag in c++?

0 Answers  


What are guid? Why does com need guids?

0 Answers  


Why Pointers are not used in C++?

0 Answers   Global Logic,


Which format specifier is used for printing a pointer value?

0 Answers  


Categories