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 |
What are put and get pointers?
What is a sequence in c++?
Write about the retrieval of n number of objects during the process of delete[]p?
What is math h in c++?
Name some pure object oriented languages?
What are 2 ways of exporting a function from a dll?
Which is better c++ or java?
What flag means?
What is the use of this pointer in c++?
What is the need of a destructor? Explain with the help of an example.
Do you need a main function in c++?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.