| Topic: |
DEVELOP > c-Plus-Plus |
| User: |
"" |
| Date: |
03 Oct 2005 06:53:44 AM |
| Object: |
difference between single and multiple exceptions |
What is the pointwise difference between single exception and multiple
exception?
.
|
|
| User: "Rolf Magnus" |
|
| Title: Re: difference between single and multiple exceptions |
03 Oct 2005 08:14:29 AM |
|
|
wrote:
What is the pointwise difference between single exception and multiple
exception?
What do you mean by the terms "single exception" and "multiple exception"?
.
|
|
|
| User: "" |
|
| Title: Re: difference between single and multiple exceptions |
05 Oct 2005 12:02:58 PM |
|
|
Actually what i wanted to know is that how can we distinguish between
single catch block and multiple catch block.
This question was asked in my university examination.The question is
strange hence I was asking for some points on it to write it in
examination
.
|
|
|
| User: "=?ISO-8859-15?Q?Juli=E1n?= Albo" |
|
| Title: Re: difference between single and multiple exceptions |
05 Oct 2005 12:40:14 PM |
|
|
wrote:
Actually what i wanted to know is that how can we distinguish between
single catch block and multiple catch block.
The single is one, the multiple is two or more. To distinguish, read the
code following the first. Not very difficult.
--
Salu2
.
|
|
|
|
|
|

|
Related Articles |
|
|