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

How do I tokenize a string in c++?

0 Answers  


What is tellg () in c++?

0 Answers  


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

0 Answers  


How much do coding jobs pay?

0 Answers  


What is class invariant in c++?

0 Answers  






How many keywords are used in c++?

0 Answers  


Difference between a copy constructor and an assignment operator.

0 Answers  


Differentiate between a template class and class template?

1 Answers  


What is virtual destructor? What is its use?

0 Answers  


What is a literal in c++?

0 Answers  


Adobe Interview & Adobe Placement Paper

1 Answers   Adobe,


Why can you not make a constructor as const?

3 Answers  


Categories