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
Difference between overloading vs. Overriding
Explain the isa and hasa class relationships. How would you implement each?
Can a program run without main function?
What is else syntax in c++?
What is endl c++?
What are friend functions in C++?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What is the difference between prefix and postfix versions of operator++()?
Can class objects be passed as function arguments?
What is an html tag?
Is there a c++ certification?
What is the function of I/O library in C++ ?
Is map thread safe c++?
Mention the storage classes in c++.
What is buffer and example?