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
Is empty stack c++?
Where and why do I have to put the "template" and "typename" keywords?
What are the c++ access specifiers?
What are function prototypes?
Can we specify variable field width in a scanf() format string? If possible how?
What is istream and ostream in c++?
Show the declaration for a pointer to function returning long and taking an integer parameter.
What is c++ library?
What does it mean to declare a member function as static?
Define basic type of variable used for a different condition in C++?
What do you understand by pure virtual function? Write about its use?
What are the data types in c++?
What are arrays c++?
What is a constant reference?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop