Answer Posted / 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 View All Answers
What is the use of namespace std in C++?
How is objective c different from c++?
What is the difference between global variables and static varables?
What's the best free c++ profiler for windows?
Why the usage of pointers in C++ is not recommended ?
What is a constructor in c++ with example?
Which format specifier is used for printing a pointer value?
What is buffer and example?
What do you understand by pure virtual function? Write about its use?
What is an operator in c++?
What is the best it certification?
Why namespace is used in c++?
Define macro.
Explain what are accessor methods?
What are proxy objects in c++?