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 to initialize a const member data.

0 Answers  


Write about the use of the virtual destructor?

0 Answers  


what are Access specifiers in C++ class? What are the types?

0 Answers  


Explain the uses oof nested class?

0 Answers  


What is a string example?

0 Answers  






What is an incomplete type in c++?

0 Answers  


What is the full form of c++?

0 Answers  


What is difference between shallow copy and deep copy? Which is default?

1 Answers  


Why struct is used in c++?

0 Answers  


How do you establish an is-a relationship?

0 Answers  


What are the sizes and ranges of the basic c++ data types?

0 Answers  


What are static and dynamic type checking?

0 Answers  


Categories