Vidyalelo
C++ Programming · Q853

C++ miscellaneous

Programming · C++ Programming · question 853

Q853

What is meant by exception specification?

A.
A function is limited to throwing only a specified list of exceptions
Answer
B.
A catch can catch all types of exceptions
C.
A function can throw any type of exceptions
D.
A try can catch all types of exceptions

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board