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
Can a new be used in place of old mallocq? If yes, why?
What is c++ hiding?
Mention the ways in which parameterized can be invoked. Give an example of each.
How java is different from c and c++?
what is multi-threading in C++?
What is enum class in c++?
Differentiate between an inspector and a mutator ?
How are the features of c++ different from c?
What do nonglobal variables default to a) auto b) register c) static
What are enumerations?
What is c++ 11 and c++ 14?
What are single and multiple inheritances in c++?
Do you know about latest advancements in C++ ?
What is friend class in c++ with example?
Can you Mention some Application of C/C++?