If there are two catch statements, one for base and one for derived, which should come first?


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

Post New Answer

More C++ General Interview Questions

Can inline functions have a recursion? Give the reason?

3 Answers  


How java is different from c and c++?

0 Answers  


if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.

3 Answers  


How static variables and local variablesare similar and dissimilar?

0 Answers  


What is a c++ vector?

0 Answers  






What is the advantage of an external iterator.

0 Answers  


what is meaning of isa and hsa

1 Answers  


Implement stack operations with pointers with appropriate exception checks.

0 Answers   Huawei,


Please explain the reference variable in c++?

0 Answers  


What is the main purpose of c++?

0 Answers  


What is the purpose of extern storage specifier?

0 Answers  


If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


Categories