What is problem with Runtime type identification?
Answers were Sorted based on User's Feedback
Answer / guest
Run Time Type Identification (RTTI) affects the performance
Is This Answer Correct ? | 5 Yes | 2 No |
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 |
Explain how a pointer to function can be declared in C++?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What is microsoft c++ redistributable?
What is the difference between #import and #include?
What is c++ and its features?
What is the difference between new/delete and malloc/free?
What are the c++ access specifiers?
What is the best c++ book?
What can I use instead of namespace std?
What is a literal in c++?
Difference between Abstraction and encapsulation in C++?
Briefly describe a B+ tree. What is bulk loading in it?