What is problem with Runtime type identification?

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


Please Help Members By Posting Answers For Below Questions

Difference between overloading vs. Overriding

803


Explain the isa and hasa class relationships. How would you implement each?

860


Can a program run without main function?

872


What is else syntax in c++?

843


What is endl c++?

837


What are friend functions in C++?

811


In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

954


What is the difference between prefix and postfix versions of operator++()?

802


Can class objects be passed as function arguments?

810


What is an html tag?

827


Is there a c++ certification?

782


What is the function of I/O library in C++ ?

869


Is map thread safe c++?

850


Mention the storage classes in c++.

829


What is buffer and example?

704