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
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What is lazy initialization in c++?
What is a modifier in c++?
Why do we use string in c++?
What is an orthogonal base class in c++?
Give 10 points of differences between C & C++.
What is the main purpose of c++?
Is map sorted c++?
What is the benefit of c++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
What is function prototyping?
Is c++ faster than c?
What are the advantages of c++?
What is #include math h in c++?
What is double in c++?