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

What are shallow and deep copy?

0 Answers  


Are strings immutable in c++?

0 Answers  


What are the syntactic rules to be avoid ambiguity in multiple inheritance?

0 Answers  


Is map thread safe c++?

0 Answers  


char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?

4 Answers   Thomson Reuters,


How does throwing and catching exceptions differ from using setjmp and longjmp?

1 Answers  


Explain the difference between c & c++?

0 Answers  


how to find the maximum of 10 numbers ?

5 Answers  


Should the this pointer can be used in the constructor?

0 Answers  


What is vectorial capacity?

0 Answers  


What is the difference between an enumeration and a set of pre-processor # defines?

0 Answers  


Do class declarations end with a semicolon?

0 Answers  


Categories