What is problem with Runtime type identification?
Answers were Sorted based on User's Feedback
Answer / guest
Run Time Type Identification (RTTI) affects the performance
Is This Answer Correct ? | 5 Yes | 2 No |
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 |
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.
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
How can a '::' operator be used as unary operator?
Differentiate between the message and method?
What is a storage class? Mention the storage classes in c++.
What is the role of C++ shorthand's?
Is there structure in c++?
What is a virtual destructor?
Refer to a name of class or function that is defined within a namespace?
How can you differentiate between inheritance and implementation in c++?
What is difference between initialization and assignment?
12 Answers HCL, HP, Infosys,
Is c++ fully object oriented?