Explain rtti.


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

Post New Answer

More C++ General Interview Questions

What is encapsulation in c++?

1 Answers  


What is exception handling in C++?

1 Answers  


Write a recursive program to calculate factorial in c++.

0 Answers  


What is private inheritance?

0 Answers  


What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same

3 Answers   CTS,


What is conditions when using boolean operators?

0 Answers  


What are the various arithmetic operators in c++?

0 Answers  


What is size of empty class object

5 Answers   CA,


Write about an iterator class?

0 Answers  


What is linked list in c++?

0 Answers  


Comment on c++ standard exceptions?

0 Answers  


Categories