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 arithmetic operators?

0 Answers  


Define what is constructor?

0 Answers  


Explain how overloading takes place in c++?

0 Answers  


What is lvalue?

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  






What is low level language in simple words?

0 Answers  


Can we specify variable field width in a scanf() format string? If possible how?

0 Answers  


What is the sequence of destruction of local objects?

0 Answers  


Is it possible to write a c++ template to check for a function's existence?

0 Answers  


Difference between declaration and definition of a variable.

0 Answers  


What do manipulators do?

0 Answers  


What is an html tag?

0 Answers  


Categories