What is problem with Runtime type identification?

Answers were Sorted based on User's Feedback



What is problem with Runtime type identification? ..

Answer / guest

Run Time Type Identification (RTTI) affects the performance

Is This Answer Correct ?    5 Yes 2 No

What is problem with Runtime type identification? ..

Answer / 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

More C++ General Interview Questions

let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.

1 Answers  


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

0 Answers  


How can a '::' operator be used as unary operator?

1 Answers  


Differentiate between the message and method?

1 Answers  


What is a storage class? Mention the storage classes in c++.

0 Answers  


What is the role of C++ shorthand's?

0 Answers   TCS,


Is there structure in c++?

0 Answers  


What is a virtual destructor?

2 Answers  


Refer to a name of class or function that is defined within a namespace?

0 Answers  


How can you differentiate between inheritance and implementation in c++?

0 Answers  


What is difference between initialization and assignment?

12 Answers   HCL, HP, Infosys,


Is c++ fully object oriented?

0 Answers  


Categories