If there are two catch statements, one for base and one for derived, which should come first?
Answer / Jafar Ali
The catch statement for the base class should come before the catch statement for the derived class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by early binding?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What is the basic concept of c++?
program explaining feautures of c++
explain the reference variable in c++?
What is the benefit of c++?
What are multiple inheritances (virtual inheritance)?
Why we use #include iostream in c++?
What are default parameters? How are they evaluated in c++ function?
What are the two types of comments?
What is the difference between = and == in C?
20 Answers Christ University, Intel,
When does a name clash occur in c++?