Will a catch statement catch a derived exception if it is looking for the base class?


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

Post New Answer

More C++ General Interview Questions

Difference between delete and delete[]?

5 Answers   Infosys, TCS, Virtusa,


What does flush do c++?

0 Answers  


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

0 Answers  


write a function signature with various number of parameters.

0 Answers  


What is constructor c++?

0 Answers  






What are the three forms of cin.get() and what are their differences?

0 Answers  


When is dynamic checking necessary?

0 Answers  


Why preincrement operator is faster than postincrement?

5 Answers  


Explain container class.

0 Answers  


What do you mean by enumerated data type?

0 Answers  


What is the use of static functions?

10 Answers   Symphony,


Is it possible to use a new for the reallocation of pointers ?

0 Answers  


Categories