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

Explain how a pointer to function can be declared in C++?

0 Answers  


Is it legal in c++ to overload operator++ so that it decrements a value in your class?

0 Answers  


What is microsoft c++ redistributable?

0 Answers  


What is the difference between #import and #include?

0 Answers  


What is c++ and its features?

0 Answers  






What is the difference between new/delete and malloc/free?

1 Answers  


What are the c++ access specifiers?

1 Answers  


What is the best c++ book?

0 Answers  


What can I use instead of namespace std?

0 Answers  


What is a literal in c++?

0 Answers  


Difference between Abstraction and encapsulation in C++?

0 Answers   Impetus,


Briefly describe a B+ tree. What is bulk loading in it?

0 Answers   Wipro,


Categories