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 c++ coding?
What is the difference between *p++ and (*p)++ ?
We use library functions in the program, in what form they are provided to the program?
How to declare a function pointer?
Discuss the possibilities related to the termination of a program before entering the mainq method?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
What are member functions used in c++?
What is scope operator in c++?
What are the restrictions apply to constructors and destructors?
Can you explicitly call a destructor on a local variable?
What is c++ library?
Explain object slicing in c++?
What are structures and unions?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?
Write a c program for binary addition of two 8 bit numbers.