What is RTTI and why do you need it?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

What is latest update of C++ ?

0 Answers   Adobe,


Do you know about Agilent PRECOMPILERS. ?

0 Answers   Agilent,


What are the advantages and disadvantages of B-star trees over Binary trees?

0 Answers  


Discuss about iteration statements in C++ .

0 Answers   Agilent,


What is a COPY CONSTRUCTOR and when is it called?

0 Answers   IBS,






What is placement new?

1 Answers   Amazon,


Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  


Describe the different styles of function prototypes in C++.

0 Answers   Adobe,


In C++ what is a vtable and how does it work?

0 Answers   Agilent,


When must you use a constructor initializer list?

0 Answers   Amazon,


How to generate random numbers in C++ with a range?

0 Answers  


Can we provide one default constructor for our class?

0 Answers  


Categories